mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-25 02:19:12 -04:00
Run Jest along with other JS tests
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"node": "10.15.3"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "gulp lint",
|
||||
"test": "gulp lint && jest tests/javascripts",
|
||||
"build": "gulp",
|
||||
"watch": "gulp watch"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user