Lock file maintenance #173
Annotations
3 errors
Run npm run test:
source/configs/strict.unit.test.ts#L6
Error: Snapshot `strict > should match the snapshot 1` mismatched
- Expected
+ Received
@@ -6734,13 +6734,14 @@
"description": "Disallow unnecessary constructors",
"extendsBaseRule": true,
"recommended": "strict",
"url": "https://typescript-eslint.io/rules/no-useless-constructor",
},
- "hasSuggestions": undefined,
+ "hasSuggestions": true,
"messages": {
"noUselessConstructor": "Useless constructor.",
+ "removeConstructor": "Remove the constructor.",
},
"schema": [],
"type": "problem",
},
},
❯ source/configs/strict.unit.test.ts:6:20
|
Run npm run test:
source/configs/strict.unit.test.ts#L14
Error: Snapshot `strict > should include the js all config 1` mismatched
- Expected
+ Received
@@ -6667,13 +6667,14 @@
"description": "Disallow unnecessary constructors",
"extendsBaseRule": true,
"recommended": "strict",
"url": "https://typescript-eslint.io/rules/no-useless-constructor",
},
- "hasSuggestions": undefined,
+ "hasSuggestions": true,
"messages": {
"noUselessConstructor": "Useless constructor.",
+ "removeConstructor": "Remove the constructor.",
},
"schema": [],
"type": "problem",
},
},
❯ source/configs/strict.unit.test.ts:14:23
|
Run npm run test
Process completed with exit code 1.
|
Loading