forked from tobes31415/coterminous-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP adding coterminous-js-loopback as part of the unit tests
Tried to get istanbul to properly run (runs, still not coverage) : gotwarlost/istanbul#538 (comment)
- Loading branch information
Christian Nadeau
committed
Sep 15, 2016
1 parent
04d9a1e
commit 1421717
Showing
3 changed files
with
48 additions
and
13 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
global = global || {}; | ||
global.enableCoterminusLogs = true; | ||
|
||
// Load test suites | ||
require('./coterminous-spec.js'); | ||
require('./walkObject-spec.js'); |