Skip to content

Commit

Permalink
Add assertion to logger test
Browse files Browse the repository at this point in the history
  • Loading branch information
MattRoss34 committed Feb 28, 2018
1 parent 7403797 commit 6f12ca9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/logger-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ describe('logger', function() {
return new Promise((resolve, reject) => {
logger.info();
logger.info("test", { aGoodTest: true });
assert.isOk("Success", "This test was successful");
resolve();
});
});
Expand Down

0 comments on commit 6f12ca9

Please sign in to comment.