Skip to content

Commit 4e5ba62

Browse files
committed
chore: test setup
1 parent 8b9e7ed commit 4e5ba62

File tree

3 files changed

+1
-24
lines changed

3 files changed

+1
-24
lines changed
File renamed without changes.

Diff for: packages/jmespath/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"private": true,
1010
"scripts": {
1111
"test": "npm run test:unit",
12-
"test:unit": "jest --group=unit/jmespath --detectOpenHandles",
12+
"test:unit": "jest --group=unit --detectOpenHandles --coverage --verbose",
1313
"test:e2e": "echo 'Not applicable for this package'",
1414
"watch": "jest --watch",
1515
"build": "tsc",

Diff for: packages/jmespath/src/compile.ts

-23
This file was deleted.

0 commit comments

Comments
 (0)