We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69bc249 commit aa9e07aCopy full SHA for aa9e07a
package.json
@@ -9,9 +9,9 @@
9
},
10
"scripts": {
11
"test:sqlite": "npx tsx ./examples/example.sqlite.ts",
12
- "test": "jest -c ./jest.config.ts --forceExit --verbose -i --no-cache",
13
- "test:coverage": "jest --forceExit --coverage --verbose",
14
- "test:watch": "jest --watchAll",
+ "test": "jest -c ./jest.config.ts --forceExit --verbose -i --no-cache --detectOpenHandles",
+ "test:coverage": "jest --forceExit --coverage --verbose --detectOpenHandles",
+ "test:watch": "jest --watchAll --detectOpenHandles",
15
"lint": "eslint",
16
"build": "tsc",
17
"build:help": "tsc --help",
0 commit comments