Update Test Coverage #338
Annotations
3 errors and 1 warning
Run tests:
src/data.test.ts#L72
AssertionError: expected { a: { b: 1 }, c: { d: 2 } } to strictly equal { b: 1, d: 2 }
- Expected
+ Received
Object {
+ "a": Object {
"b": 1,
+ },
+ "c": Object {
"d": 2,
+ },
}
❯ src/data.test.ts:72:57
|
Run tests:
src/generators.test.ts#L52
AssertionError: expected '%2ZU0vVI' to match /[0-9]{3,}/
- Expected:
/[0-9]{3,}/
+ Received:
"%2ZU0vVI"
❯ src/generators.test.ts:52:47
|
Run tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading