We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f294a commit 861b896Copy full SHA for 861b896
.github/workflows/test.yml
@@ -1,4 +1,4 @@
1
-name: Test and Build
+name: Tests
2
3
on: [push, pull_request]
4
package.json
@@ -4,7 +4,7 @@
"description": "Creating a regular expression for excluding node_modules from babel transpiling except for individual modules",
5
"main": "index.js",
6
"scripts": {
7
- "test": "npm run prettier && npm run eslint",
+ "test": "npm run prettier && npm run eslint && npm run jest",
8
"prettier": "prettier index.js --check",
9
"eslint": "eslint index.js",
10
"jest": "jest",
0 commit comments