Bump vitest and @vitest/coverage-v8 #151
Annotations
7 errors and 3 warnings
tests/parser.test.ts > parser > can parse operators:
tests/parser.test.ts#L27
Error: Snapshot `parser > can parse operators 1` mismatched
- Expected
+ Received
@@ -58,11 +58,11 @@
"Operator": {
"Type": "regexp",
"Value": {
"Type": "literal",
"Unwrapped": false,
- "Value": "[A-Za-z0-9]+@[A-Za-z0-9]+(\\\\.[A-Za-z0-9]+)+",
+ "Value": "[A-Za-z0-9]+@[A-Za-z0-9]+(\\.[A-Za-z0-9]+)+",
},
},
"Type": "tstr",
},
],
❯ tests/parser.test.ts:27:31
|
unit (16.x)
Process completed with exit code 1.
|
unit (18.x)
The job was canceled because "_16_x" failed.
|
tests/parser.test.ts > parser > can parse operators:
tests/parser.test.ts#L27
Error: Snapshot `parser > can parse operators 1` mismatched
- Expected
+ Received
@@ -58,11 +58,11 @@
"Operator": {
"Type": "regexp",
"Value": {
"Type": "literal",
"Unwrapped": false,
- "Value": "[A-Za-z0-9]+@[A-Za-z0-9]+(\\\\.[A-Za-z0-9]+)+",
+ "Value": "[A-Za-z0-9]+@[A-Za-z0-9]+(\\.[A-Za-z0-9]+)+",
},
},
"Type": "tstr",
},
],
❯ tests/parser.test.ts:27:31
|
unit (18.x)
Process completed with exit code 1.
|
tests/parser.test.ts > parser > can parse operators:
tests/parser.test.ts#L27
Error: Snapshot `parser > can parse operators 1` mismatched
- Expected
+ Received
@@ -58,11 +58,11 @@
"Operator": {
"Type": "regexp",
"Value": {
"Type": "literal",
"Unwrapped": false,
- "Value": "[A-Za-z0-9]+@[A-Za-z0-9]+(\\\\.[A-Za-z0-9]+)+",
+ "Value": "[A-Za-z0-9]+@[A-Za-z0-9]+(\\.[A-Za-z0-9]+)+",
},
},
"Type": "tstr",
},
],
❯ tests/parser.test.ts:27:31
|
unit (19.x)
Process completed with exit code 1.
|
unit (16.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
unit (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
unit (19.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|