add tests and clean up folder structure #4157
Annotations
3 errors and 2 warnings
Run pnpm test:coverage:
src/utils/string.test.ts#L10
AssertionError: expected 123.123 to be 123 // Object.is equality
- Expected
+ Received
- 123
+ 123.123
❯ src/utils/string.test.ts:10:43
|
Run pnpm test:coverage:
src/utils/string.test.ts#L22
AssertionError: expected -123 to be null // Object.is equality
- Expected:
null
+ Received:
-123
❯ src/utils/string.test.ts:22:40
|
Run pnpm test:coverage
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "stateful-build", "stateful-report", "stateless-build", "stateless-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading