Skip to content

Commit 7893718

Browse files
authored
Update Vitest / Fix Browser Tests (#4152)
* Update vitest (to get browser tests going again) * Simplify tsconfig structure, avoid root path integration problems * Minor * Fix browser tests * Tx runner test suite timeout experimentation (syntax change, -> 250000) * Syntax update * Split up tx node tests into test:node:api and test:node:tx * Make fork input for tx tests dynamic * AI-supported tx test runner invocation rewrite to be able to split up and generally be more flexible calling on specific forks * Small fix * Minor * Minor * Minor * Minor * Minor * Minor
1 parent be0c4f6 commit 7893718

File tree

85 files changed

+299
-535
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+299
-535
lines changed

.github/workflows/tx-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
fail-on-cache-miss: true
6969

7070

71-
- run: npm run coverage
71+
- run: npm run test:node && npm run coverage
7272
- uses: codecov/codecov-action@v4
7373
with:
7474
token: ${{ secrets.CODECOV_TOKEN }}

config/tsconfig.lint.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default [
3434
parserOptions: {
3535
extraFileExtensions: ['.json'],
3636
sourceType: 'module',
37-
project: './config/tsconfig.lint.json',
37+
project: './tsconfig.lint.json',
3838
},
3939
},
4040
},

0 commit comments

Comments
 (0)