Skip to content

Commit 17faf59

Browse files
committed
test: drop jsonpath-plus in compatibility suite
1 parent d453db7 commit 17faf59

File tree

4 files changed

+1121
-217
lines changed

4 files changed

+1121
-217
lines changed

package-lock.json

-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"scripts": {
6262
"build": "rollup -c",
6363
"lint": "ls-lint && eslint --cache --cache-location .cache/ src && prettier --log-level error --ignore-path .gitignore --check --cache --cache-location .cache/.prettier src",
64-
"test": "mkdir -p coverage; node --test --experimental-test-coverage --test-reporter=lcov --test-reporter=dot --test-reporter-destination=coverage/lcov.info --test-reporter-destination=stdout src",
64+
"test": "mkdir -p coverage; node --test --experimental-test-coverage --test-reporter=lcov --test-reporter=dot --test-reporter-destination=coverage/lcov.info --test-reporter-destination=stdout",
6565
"prepublishOnly": "npm run lint && npm run test && npm run build",
6666
"prepare": "husky"
6767
},
@@ -72,8 +72,6 @@
7272
"eslint-plugin-simple-import-sort": "^12.1.1",
7373
"husky": "^9.0.10",
7474
"iso-bench": "^2.4.7",
75-
"jsonpath-plus": "^8.0.0",
76-
"lodash-es": "^4.17.21",
7775
"prettier": "^3.3.3",
7876
"rollup": "^4.27.2"
7977
},

src/__tests__/__helpers__/jsonpath.mjs

-45
This file was deleted.

0 commit comments

Comments
 (0)