Add unit test for ignoring hash bang.
This commit is contained in:
4
unittests/hashbang.chai
Normal file
4
unittests/hashbang.chai
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env chai
|
||||
|
||||
//We just have to reach this point for success
|
||||
assert_equal(true, true);
|
Reference in New Issue
Block a user