Skip to content

Commit 064aa91

Browse files
committed
test: Remove snapshot tests and their corresponding script from package.json.
1 parent c76ef75 commit 064aa91

File tree

2 files changed

+1
-453
lines changed

2 files changed

+1
-453
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@
6060
"test:coverage": "node --test --experimental-test-coverage tests/**/*.test.js",
6161
"test:rules": "node --test tests/lib/rules.test.js",
6262
"test:validation": "node --test tests/lib/validation.test.js",
63-
"test:integration": "node --test tests/integration/*.test.js",
64-
"test:snapshots": "node --test tests/snapshots/*.test.js"
63+
"test:integration": "node --test tests/integration/*.test.js"
6564
},
6665
"devDependencies": {
6766
"dedent": "^1.7.0",

0 commit comments

Comments
 (0)