diff --git a/package.json b/package.json index 7765162..1251e6a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "build": "tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "eslint --fix \"src/**/*.ts\"", - "test": "jest --config jestconfig.json", + "test": "jest", "prepublish": "yarn run build", "release": "np" },