This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(gulp): Gulp Server Watch for Mocha
Adds a Gulp task that watches all server files (including server tests), and upon any changes it will perform the Gulp *test:server* task. Added a watch for server assets, to the main gulp watch config. This will only add the watch when the NODE_ENV is set to "test". Also, includes an **optional** argument for the task that can specify that if the changed file is a test, then it will only run that test file. Example usage: gulp test:server:watch --onlyChanged
- Loading branch information
Showing
2 changed files
with
43 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters