ci: setup custom path matcher for vitest #302
Annotations
1 error
Code PushUp
�[1;H�[0J�[1;H�[1;HRun plugins: 0% | �[0K
�[0K�[1;HRun plugins: 0% | Executing Nx Performance Checks�[0K
�[0K�[1;HRun plugins: ████████████████████████████████████████████████████████████████████████████████ 100% | Done running plugins�[0K
�[0K
Vitest "cache.dir" is deprecated, use Vite's "cacheDir" instead if you want to change the cache director. Note caches will be written to "cacheDir/vitest"
Vitest "cache.dir" is deprecated, use Vite's "cacheDir" instead if you want to change the cache director. Note caches will be written to "cacheDir/vitest"
Vitest "cache.dir" is deprecated, use Vite's "cacheDir" instead if you want to change the cache director. Note caches will be written to "cacheDir/vitest"
⎯⎯⎯⎯⎯⎯⎯ Failed Tests 2 ⎯⎯⎯⎯⎯⎯⎯
FAIL test/plugin-create-nodes.e2e.test.ts > nx-verdaccio plugin create-nodes-v2 > should add package targets to library project
Error: Snapshot `nx-verdaccio plugin create-nodes-v2 > should add package targets to library project 1` mismatched
❯ test/plugin-create-nodes.e2e.test.ts:95:33
93| });
94|
95| expect(projectJson.targets).toMatchSnapshot();
| ^
96| });
97|
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/2]⎯
FAIL test/plugin-create-nodes.e2e.test.ts > nx-verdaccio plugin create-nodes-v2 > should add environment targets to project with targetName e2e dynamically
AssertionError: expected { …(8) } to deeply equal ObjectContaining{…}
- Expected
+ Received
- ObjectContaining {
- "e2e": ObjectContaining {
+ Object {
+ "e2e": Object {
+ "configurations": Object {},
"dependsOn": Array [
Object {
"params": "forward",
"target": "nxv-env-setup",
},
],
+ "executor": "nx:noop",
+ "options": Object {},
+ "parallelism": true,
},
- "nxv-e2e": ObjectContaining {
+ "nxv-e2e": Object {
+ "configurations": Object {},
"dependsOn": Array [
Object {
"params": "forward",
"target": "e2e",
},
],
"executor": "@push-based/nx-verdaccio:env-teardown",
+ "options": Object {},
+ "parallelism": true,
},
- "nxv-env-bootstrap": ObjectContaining {
+ "nxv-env
|