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