-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
correct date() assertion test cases match, notMatch, isValid, isNotValid to use regexp that will pass with any local since date objects when compared against a regexp are converted to strings using the toString() method which will be in the format '{SHORT DAY} {SHORT MONTH} {DD} {YYYY} {HH}:{mm}:{ss} GMT+{OFFSET} ({REGION} Time)' values in the curly brackets are variable allowing the tests to fail or pass depending on the local they are executed against add after trigger to close the http server used in the httpAgent tests update mocha development package dependency update bluebird package dependecy update lodash package dependency update sinon package dependency add .travis.yml for ci test reporting update stupertest package dependency update should package dependency
- Loading branch information
1 parent
8d7cd4f
commit 1002573
Showing
6 changed files
with
77 additions
and
67 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
language: node_js | ||
node_js: | ||
- "6.0" | ||
- "7.0" | ||
- "8.0" | ||
- "9.0" | ||
- "10.0" | ||
- "node" | ||
- "lts/*" |
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
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