diff --git a/package.json b/package.json index 96cf9be..335a632 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "build:types": "node tools/cleanup types && tsc -p config/tsconfig.types.json", "clean": "node tools/cleanup", "package": "npm run build && npm pack", - "test": "jest --no-cache --forceExit --runInBand", + "test": "jest --no-cache --forceExit --runInBand --detectOpenHandles", "test:cov": "jest --coverage --forceExit --no-cache --runInBand", "addscope": "node tools/packagejson name @telesoho/xclip" },