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 08:32:58 +01:00
committed by GitHub
parent d4b921f3db
commit db26dafa85
3 changed files with 2632 additions and 2796 deletions

View File

@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`/store/carts POST /store/carts/:id fails to complete cart with items inventory not/partially covered 1`] = `
exports[` POST /store/carts/:id fails to complete cart with items inventory not/partially covered 1`] = `
Object {
"errors": Array [
Object {
@@ -12,7 +12,7 @@ Object {
}
`;
exports[`/store/carts POST /store/carts/:id fails to complete swap cart with items inventory not/partially covered 1`] = `
exports[` POST /store/carts/:id fails to complete swap cart with items inventory not/partially covered 1`] = `
Object {
"errors": Array [
Object {
@@ -24,7 +24,7 @@ Object {
}
`;
exports[`/store/carts shipping address + region updates updates region only - single to multiple countries 1`] = `
exports[` shipping address + region updates updates region only - single to multiple countries 1`] = `
Object {
"address_1": null,
"address_2": null,

File diff suppressed because it is too large Load Diff