This commit is contained in:
Sebastian McKenzie
2015-07-13 16:34:43 +01:00
parent 1948946a4d
commit 2d5d1ceb5c
41 changed files with 45 additions and 299 deletions

2
test/warning.js Normal file
View File

@@ -0,0 +1,2 @@
console.error("Don't run `mocha` directly. Use `make test`. See CONTRIBUTING.md for usage instructions.");
process.exit(0);