Commit 963f2c0
committed
fix: comprehensive type import fixes and test migration
- Fix integration test-runner .js -> .ts imports
- Migrate test-runner-core tests from mocha to node:test
- Migrate test-runner-chrome/playwright/puppeteer from mocha to node --test
- Add node:test describe/it imports to all test files missing them
- Fix all type-only imports across 25+ files (BrowserLauncher,
TestRunnerCoreConfig, Logger, EntrypointBundle, etc.)
- Fix playwright type imports (Browser, Page, LaunchOptions)
- Fix polyfills-loader regenerator-runtime path (.js extension)
- Add rollup-plugin-html test fixtures from fix/node24
- Remove unused beforeEach/afterEach imports
- Fix BufferedLogger/TestSessionManager back to value imports
Assisted-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 03f027b commit 963f2c0
136 files changed
Lines changed: 417 additions & 125 deletions
File tree
- integration/test-runner
- tests
- basic
- config-groups
- focus
- location-change
- many
- parallel
- test-failure
- packages
- dev-server-core
- src/plugins
- test/server
- dev-server-rollup/test/node/plugins
- dev-server-storybook/src/serve
- polyfills-loader/src
- rollup-plugin-html/test
- fixtures
- assets
- foo
- bar
- images
- videos
- x
- basic
- pages
- src
- inject-service-worker
- sub-pure-html
- sub-with-js
- resolves-assets-in-styles-duplicates
- fonts
- resolves-assets-in-styles-images
- images
- resolves-assets-in-styles
- fonts
- rollup-plugin-html
- exclude
- assets
- foo
- modules
- pages
- src
- input
- extract
- output
- rollup-plugin-polyfills-loader/src
- test-runner-browserstack
- test-runner-chrome
- src
- test
- test-runner-cli
- test-runner-commands/test/execute-server-command
- test-runner-core
- src
- cli
- reporter
- runner
- server
- middleware
- plugins
- api
- test/src/runner
- test-runner-mocha/src
- test-runner-playwright
- src
- test
- test-runner-puppeteer
- src
- test
- test-runner-saucelabs
- test-runner-selenium
- test-runner-webdriver
- test-runner/src/reporter
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 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | | - | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
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 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | | - | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| 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: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | | - | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments