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