chore: Use module test runner in Carts API test suite (#6679)

Nothing but migrating to our new module test runner. Hopefully, that'll make the actual test PRs easier to digest.
This commit is contained in:
Oli Juhl
2024-03-13 07:32:58 +00:00
committed by GitHub
parent d4b921f3db
commit db26dafa85
3 changed files with 2632 additions and 2796 deletions
@@ -16,9 +16,9 @@ import {
simpleSalesChannelFactory,
} from "./simple-sales-channel-factory"
import { DataSource } from "typeorm"
import faker from "faker"
import { generateEntityId } from "@medusajs/utils"
import faker from "faker"
import { DataSource } from "typeorm"
export type ProductFactoryData = {
id?: string