Skip to content

Commit

Permalink
feat: added TDD example
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Feb 9, 2024
1 parent 84c77aa commit 60d3e51
Show file tree
Hide file tree
Showing 5 changed files with 905 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/tdd/.mocharc.json
@@ -0,0 +1,3 @@
{
"ui": "tdd"
}
6 changes: 6 additions & 0 deletions packages/tdd/README.md
@@ -0,0 +1,6 @@
# TDD Example

A straightforward example of using Mocha with the TDD interface.

1. `npm install`
2. `npm run test`

0 comments on commit 60d3e51

Please sign in to comment.