mirror of
https://github.com/nvms/prsm.git
synced 2025-12-16 16:10:54 +00:00
6 lines
139 B
TypeScript
6 lines
139 B
TypeScript
import { testSuite } from "manten";
|
|
|
|
export default testSuite(async ({ runTestSuite }) => {
|
|
runTestSuite(import("./basic.test.js"));
|
|
});
|