From 0269db43806c43fc60c891099253ded22f0c96db Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sun, 17 Apr 2022 07:47:34 +0530 Subject: [PATCH] test: fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c65dfdeaa2..b819330d08 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "build:client": "rimraf ./client/* && babel client-src/ --out-dir client/ --ignore \"client-src/webpack.config.js\" --ignore \"client-src/modules\" && webpack --config client-src/webpack.config.js", "build:types": "rimraf ./types/* && tsc --declaration --emitDeclarationOnly --outDir types && node ./scripts/extend-webpack-types.js && prettier \"types/**/*.ts\" --write && prettier \"types/**/*.ts\" --write", "build": "npm-run-all -p \"build:**\"", - "test:only": "jest overlay.test.js", + "test:only": "jest", "test:coverage": "npm run test:only -- --coverage", "test:watch": "npm run test:coverage --watch", "test": "npm run test:coverage",