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