(WIP)test: drop jest & migrate to vitest #9923
Annotations
9 errors
lint (18):
node_modules/.pnpm/vite@5.4.11_@types+node@22.10.1_terser@5.36.0/node_modules/vite/dist/node/index.d.ts#L5
Cannot find module 'rollup/parseAst' or its corresponding type declarations.
|
lint (18)
Process completed with exit code 1.
|
lint (20)
The job was canceled because "_18" failed.
|
lint (20)
The operation was canceled.
|
src/rate/tests/Rate.spec.ts > n-rate > should work with `allowHalf` prop:
src/rate/tests/Rate.spec.ts#L116
AssertionError: expected "spy" to be called with arguments: [ 2.5 ]
Received:
1st spy call:
Array [
- 2.5,
+ 3,
]
Number of calls: 1
❯ src/rate/tests/Rate.spec.ts:116:27
|
test (20)
Process completed with exit code 1.
|
test (18)
The job was canceled because "_20" failed.
|
src/rate/tests/Rate.spec.ts > n-rate > should work with `allowHalf` prop:
src/rate/tests/Rate.spec.ts#L116
AssertionError: expected "spy" to be called with arguments: [ 2.5 ]
Received:
1st spy call:
Array [
- 2.5,
+ 3,
]
Number of calls: 1
❯ src/rate/tests/Rate.spec.ts:116:27
|
test (18)
The operation was canceled.
|