Skip to content

Commit c68c5e4

Browse files
authored
Add note about testing
1 parent bad3d34 commit c68c5e4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,3 +241,8 @@ gulp
241241
Note: Don't edit the .js in the `lib` directory; they will get overwritten on subsequent compiles.
242242
Instead, modify `.coffee` files in the `src` dir, and run `gulp`.
243243
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

Comments
 (0)