You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ JavaScript Koans is an interactive learning environment that uses failing tests
5
5
6
6
The inspiration for this project comes from the Edgecase Ruby Koans and the book 'Javascript: The Good Parts'.
7
7
8
-
Open the file jskoans.htm in your favourite browser and make the tests pass.
8
+
Open the file jskoans.htm in your favourite browser and make the tests pass. This updated version also supports [Wallaby.js](https://wallabyjs.com/) which means you can run your tests right from your IDE; no browser required!
9
+
10
+

9
11
10
12
The koans use the [Qunit](http://qunitjs.com/) test syntax and test runner.
0 commit comments