Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chapters/testing/testing_with_nodeunit.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For example, we expect our calculator will be able to add and subtract and will

{% highlight coffeescript %}

# tests/calculator.test.coffee
# test/calculator.test.coffee

Calculator = require '../calculator'

Expand Down