Addon-Test: Implement Addon Test TestProvider Backend #40827
Triggered via pull request
September 24, 2024 14:59
Status
Failure
Total duration
9m 45s
Artifacts
–
Annotations
2 errors
src/node/boot-test-runner.test.ts > bootTestRunner > should execute vitest.js:
code/addons/test/src/node/boot-test-runner.test.ts#L61
AssertionError: expected "spy" to be called with arguments: [ StringMatching /\/vitest\.js$/ ]
Received:
1st spy call:
Array [
- StringMatching /\/vitest\.js$/,
+ "D:\\a\\storybook\\storybook\\code\\addons\\test\\src\\node\\node\\vitest.js",
]
Number of calls: 1
❯ src/node/boot-test-runner.test.ts:61:23
|
Core Unit Tests, windows-latest
Process completed with exit code 1.
|