diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ebb3119..2ba253b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Test and Build +name: Tests on: [push, pull_request] diff --git a/package.json b/package.json index 7b7137f..c856c93 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Creating a regular expression for excluding node_modules from babel transpiling except for individual modules", "main": "index.js", "scripts": { - "test": "npm run prettier && npm run eslint", + "test": "npm run prettier && npm run eslint && npm run jest", "prettier": "prettier index.js --check", "eslint": "eslint index.js", "jest": "jest",