first commit
This commit is contained in:
commit
5302ecc6cc
43 changed files with 2530 additions and 0 deletions
12
tests/runners/run.server.ts
Normal file
12
tests/runners/run.server.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { test } from "./util/tests"
|
||||
import { roots } from "./util/roots"
|
||||
|
||||
const [completed, result] = test(roots)
|
||||
|
||||
if (completed) {
|
||||
if (!result) {
|
||||
error("Tests have failed.", 0)
|
||||
}
|
||||
} else {
|
||||
error(result, 0)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue