From a1fdd25df95aa7e7de4524583bdd9fde2dd2fccf Mon Sep 17 00:00:00 2001 From: Nick Lewis Date: Thu, 17 Dec 2020 09:43:09 -0500 Subject: [PATCH] fix(tests): Remove unused tests --- jest.config.json | 19 ------------------- package.json | 1 - 2 files changed, 20 deletions(-) delete mode 100644 jest.config.json diff --git a/jest.config.json b/jest.config.json deleted file mode 100644 index 8d8e66a..0000000 --- a/jest.config.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "verbose": true, - "transform": { - ".(ts|tsx)": "/node_modules/ts-jest/preprocessor.js" - }, - "testRegex": "(/test/.*[.](test|spec))\\.(ts|tsx|js)$", - "testPathIgnorePatterns": [ - "[/\\\\](dist|coverage|node_modules)[/\\\\]", - "_\\w*.\\w+$" - ], - "moduleFileExtensions": [ - "ts", - "tsx", - "js" - ], - "globals": { - "postRobot": true - } - } diff --git a/package.json b/package.json index 8157cf7..9ae23be 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,6 @@ "build": "npm run clean && rollup -c", "clean": "rm -rf lib", "lint": "tslint --project tsconfig.json --format stylish", - "test": "jest --config jest.config.json --coverage --no-cache --runInBand", "test:watch": "jest --config jest.config.json --watch", "posttest": "npm run lint", "semantic-release": "semantic-release",