We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad3d34 commit c68c5e4Copy full SHA for c68c5e4
1 file changed
README.md
@@ -241,3 +241,8 @@ gulp
241
Note: Don't edit the .js in the `lib` directory; they will get overwritten on subsequent compiles.
242
Instead, modify `.coffee` files in the `src` dir, and run `gulp`.
243
244
+Testing (kinda) is currently achieved by running this bash loop and checking for error messages.
245
+
246
+```
247
+for f in examples/*.js; do node $f; done
248
0 commit comments