Skip to content

Commit 861b896

Browse files
committed
Updated GitHub Workflow
1 parent 62f294a commit 861b896

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test and Build
1+
name: Tests
22

33
on: [push, pull_request]
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Creating a regular expression for excluding node_modules from babel transpiling except for individual modules",
55
"main": "index.js",
66
"scripts": {
7-
"test": "npm run prettier && npm run eslint",
7+
"test": "npm run prettier && npm run eslint && npm run jest",
88
"prettier": "prettier index.js --check",
99
"eslint": "eslint index.js",
1010
"jest": "jest",

0 commit comments

Comments
 (0)