forked from vergecurrency/nodejs-verge
-
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.
Changing the year to 2018. Added a dummy unit test for initial example.
- Loading branch information
Stan Kirdey
authored and
Stan Kirdey
committed
Jan 7, 2018
1 parent
b859c0d
commit 427eb19
Showing
2 changed files
with
10 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
exports.testSomething = function(test) { | ||
test.expect(1); | ||
test.ok(true, "this assertion should pass"); | ||
test.done(); | ||
}; |