diff --git a/jestconfig.json b/jest.config.json similarity index 100% rename from jestconfig.json rename to jest.config.json diff --git a/package.json b/package.json index deae8e1..533baf0 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "webpack", "format": "prettier --write '*.{json,js}' 'src/**/*.{js,ts}' 'test/**/*.{js,ts}'", "lint": "eslint --max-warnings=0 src && prettier --check '*.{json,js}' 'src/**/*.{js,ts}' 'test/**/*.{js,ts}'", - "test": "jest --config jestconfig.json --verbose" + "test": "jest --verbose" }, "author": "author", "license": "MIT OR Apache-2.0",