-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
incidental ## Description Latest `tsimp` is pulling in Rimraf v6 which breaks install under Node 18. Replace one use of `tsimp` with https://bloomberg.github.io/ts-blank-space/ The other import was never used so it simply removes it ### Security Considerations fewer deps ### Scaling Considerations none ### Documentation Considerations none ### Testing Considerations CI suffices ### Upgrade Considerations none
- Loading branch information
Showing
8 changed files
with
289 additions
and
279 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
.tsimp | ||
.yarn/* | ||
!.yarn/patches/* | ||
# fetched chain info from running starship | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,6 @@ | ||
import mainConfig from './ava.main.config.js'; | ||
|
||
export default { | ||
extensions: { | ||
ts: 'module', | ||
}, | ||
require: ['@endo/init/debug.js'], | ||
nodeArguments: ['--import=tsimp/import'], | ||
...mainConfig, | ||
files: ['test/fast-usdc/**/*.test.ts'], | ||
concurrency: 1, | ||
serial: true, | ||
timeout: '125s', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.