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): test:server:watch task onlyChanged (#1298)
Sets the behavior of the test:server:watch Gulp task to only run a single test suite if the modified server file is a test suite. Previously this was acheived through the use of the `onlyChanged` parameter. The parameter has been removed since this is almost certainly the only use case. Also, refactors this Gulp task to be a stand-alone watch task rather than including it in the 'watch' task. Removed the need for using yargs library, and removed the yargs package from the framework. Closes #1297
- Loading branch information
Showing
2 changed files
with
28 additions
and
34 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