-
Notifications
You must be signed in to change notification settings - Fork 514
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor headless-tests.js into individual files
FAB-2164 this file is getting very big with thousands of lines of code. it becomes increasingly difficult to code and debug with it. this changeset breaks it apart into separate "test suites" and group them together in a single folder dedicated to headless tests (those that don't require a target network to run) the test runner 'tape' does not support test suite hierarchy (istanbul will not be able to find coverage information if a test module is required from another module). so the solution is to use a "gulp" task to launch it Change-Id: I70a5afca13de10099989905d0f6df6db40cc8063 Signed-off-by: Jim Zhang <[email protected]>
- Loading branch information
1 parent
4ae123e
commit 691af63
Showing
33 changed files
with
3,554 additions
and
3,133 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
Oops, something went wrong.