prsm/packages/arc/tests/specs/sharded_collection/index.ts
2024-08-28 09:08:33 -04:00

8 lines
206 B
TypeScript

import { testSuite } from "manten";
export default testSuite(async ({ describe }) => {
describe("sharded collection", async ({ runTestSuite }) => {
runTestSuite(import("./basic.test.js"));
});
});