Skip to content

Commit

Permalink
test: drop jsonpath-plus in compatibility suite
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed Nov 17, 2024
1 parent d453db7 commit 17faf59
Show file tree
Hide file tree
Showing 4 changed files with 1,121 additions and 217 deletions.
20 changes: 0 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"scripts": {
"build": "rollup -c",
"lint": "ls-lint && eslint --cache --cache-location .cache/ src && prettier --log-level error --ignore-path .gitignore --check --cache --cache-location .cache/.prettier src",
"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",
"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",
"prepublishOnly": "npm run lint && npm run test && npm run build",
"prepare": "husky"
},
Expand All @@ -72,8 +72,6 @@
"eslint-plugin-simple-import-sort": "^12.1.1",
"husky": "^9.0.10",
"iso-bench": "^2.4.7",
"jsonpath-plus": "^8.0.0",
"lodash-es": "^4.17.21",
"prettier": "^3.3.3",
"rollup": "^4.27.2"
},
Expand Down
45 changes: 0 additions & 45 deletions src/__tests__/__helpers__/jsonpath.mjs

This file was deleted.

Loading

0 comments on commit 17faf59

Please sign in to comment.