forked from rosa/hakurei
Compare commits
2 Commits
871589d156
...
6f78444b11
| Author | SHA1 | Date | |
|---|---|---|---|
|
6f78444b11
|
|||
|
2a3f6f5384
|
@@ -1,7 +1,4 @@
|
||||
#!/usr/bin/env node
|
||||
// Many editors have terminal emulators built in, so running tests with NodeJS
|
||||
// provides faster iteration, especially for those acclimated to test-driven
|
||||
// development.
|
||||
import "./test_tests.js";
|
||||
import { run, StreamReporter } from "./test.js";
|
||||
run(new StreamReporter({ writeln: console.log }));
|
||||
|
||||
Reference in New Issue
Block a user