Skip to content

Commit ac4994a

Browse files
committed
Merge pull request coffeescript-cookbook#103 from rdubigny/master
Change folder name "tests" -> "test"
2 parents ff617d0 + 5525779 commit ac4994a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/testing/testing_with_nodeunit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For example, we expect our calculator will be able to add and subtract and will
1717

1818
{% highlight coffeescript %}
1919

20-
# tests/calculator.test.coffee
20+
# test/calculator.test.coffee
2121

2222
Calculator = require '../calculator'
2323

0 commit comments

Comments
 (0)