Skip to content

Commit

Permalink
test(mocha): adding mocha and chai test frameworks with first test
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSlome committed Dec 19, 2020
1 parent bb99327 commit 409b603
Show file tree
Hide file tree
Showing 4 changed files with 587 additions and 3 deletions.
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
getEasterEgg: function () {
return "A package with a great name, but no great meaning; yet.";
}
};
Loading

0 comments on commit 409b603

Please sign in to comment.