import { describe, expect, it } from 'vitest'; import meta from './meta.json' with { type: 'json' }; import { describeShopifyStore } from '../_g3-shops-na-lib/store-suite.js'; import createConnector from './index.js'; /** * GameZilla — metadata-only Shopify store connector. The shared suite checks the taxonomy mapping of every * configured collection/rule, the exclusion regex on real title shapes, and normalises the live-captured * fixtures in data/fixtures/gamezilla/ (runFixtureSuite invariants + CAD currency, seller, SKUs, ended variants). */ describeShopifyStore(meta, createConnector, { describe, it, expect }, { "cases": [ { "title": "Agate Assault [Bloomburrow]", "productType": "MTG Single", "collection": "mtg-bloomburrow", "categorySlug": "magic_the_gathering" }, { "title": "HG 1/144 RX-78-2 Gundam (Beyond Global)", "collection": "gundam-high-grade", "categorySlug": "gundam", "brand": "Bandai" }, { "title": "Gundam Marker Set - Basic 6", "collection": "gundam", "categorySlug": null } ] });