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