Commit 88efaec
committed
fix: fix integration test imports, assertion strings, and type exports
- Restore integration test files from fix/node24 with node:test imports
- Add __dirname = import.meta.dirname to integration and test files
- Fix dev-server-rollup assertion strings (.ts -> .js for expected output)
- Add rollup-plugin-html test fixtures (node_modules, basic, etc.)
- Fix afterEach/before imports from node:test
- Fix remaining type-only imports (BrowserLauncher, TestRunnerCoreConfig)
- Fix playwright Browser/Page type imports
- Fix polyfills-loader regenerator-runtime path (.js extension)
- Fix TestSessionManager/BufferedLogger back to value imports
Assisted-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 963f2c0 commit 88efaec
68 files changed
Lines changed: 87 additions & 76 deletions
File tree
- integration/test-runner/tests
- basic
- config-groups
- focus
- location-change
- many
- parallel
- test-failure
- packages
- browser-logs
- config-loader
- dev-server-core
- dev-server-esbuild
- dev-server-hmr
- dev-server-import-maps
- dev-server-legacy
- dev-server-polyfill
- dev-server-rollup
- dev-server
- parse5-utils
- polyfills-loader
- rollup-plugin-html
- test
- src
- input
- extract
- output
- rollup-plugin-polyfills-loader
- rollup-plugin-workbox
- storybook-builder
- test-runner-browserstack
- test-remote
- test-runner-chrome
- test-runner-commands
- browser
- test-runner-core
- browser
- test/src/runner
- test-runner-coverage-v8
- test-runner-junit-reporter
- test-runner-playwright
- test-runner-puppeteer
- test-runner-saucelabs
- test-remote
- test-runner-selenium
- test-runner-visual-regression
- test-runner-webdriver
- test-runner
- demo/tsc/test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
0 commit comments