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'; /** * Hobbiesville — 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/hobbiesville/ (runFixtureSuite invariants + CAD currency, seller, SKUs, ended variants). */ describeShopifyStore(meta, createConnector, { describe, it, expect }, { "cases": [ { "title": "Pyrohemia (PLC-119): (colorshifted)", "productType": "Single", "collection": "magic-singles", "categorySlug": "magic_the_gathering", "franchise": "Magic: The Gathering" }, { "title": "LEGO Star Wars Minifigure - Darth Vader", "collection": "lego-star-wars", "categorySlug": "lego_minifigures", "brand": "LEGO" }, { "title": "Ultimate Guard Binder 9-Pocket", "collection": "magic-singles", "categorySlug": null } ] });