From 163f4dd184f93a5c64ee6c0bb073b6818b6da5b8 Mon Sep 17 00:00:00 2001 From: maxswa Date: Thu, 25 Mar 2021 00:59:18 -0400 Subject: [PATCH] Fix test script. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },