mirror of
https://github.com/CompeyDev/bun-lune-loader.git
synced 2024-12-12 04:40:39 +00:00
9 lines
143 B
TypeScript
9 lines
143 B
TypeScript
|
import { TestRunner } from "./tests/runner";
|
||
|
|
||
|
await new TestRunner({
|
||
|
collection: {
|
||
|
"import": "./tests/import.test.ts",
|
||
|
},
|
||
|
})
|
||
|
.run();
|