Skip to content

Commit 86c1947

Browse files
committed
improve tests
1 parent 4d9809b commit 86c1947

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"posttest:mongodb": "mongodb-runner stop --all",
106106
"lint": "eslint --cache src/ integration/",
107107
"lint:fix": "eslint --fix --cache src/ integration/",
108-
"test:types": "eslint --cache types/tests/ -c eslint.config.test.mjs",
108+
"test:types": "eslint --cache types/tests/ -c ./types/tests/eslint.config.mjs",
109109
"watch": "cross-env PARSE_BUILD=${PARSE_BUILD} gulp watch",
110110
"watch:browser": "cross-env PARSE_BUILD=browser npm run watch",
111111
"watch:node": "cross-env PARSE_BUILD=node npm run watch",
File renamed without changes.

0 commit comments

Comments
 (0)