bun-lune-loader/test.ts

9 lines
143 B
TypeScript
Raw Normal View History

2023-09-25 14:55:39 +01:00
import { TestRunner } from "./tests/runner";
await new TestRunner({
collection: {
"import": "./tests/import.test.ts",
},
})
.run();