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'; /** * Rotofugi — 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/rotofugi/ (runFixtureSuite invariants + USD currency, seller, SKUs, ended variants). */ describeShopifyStore(meta, createConnector, { describe, it, expect }, { "cases": [ { "title": "After Dark Skeleton Unicorno - Caramelo (Special Edition)", "productType": "Vinyl, Plastic, & Resin Toys", "collection": "vinyl-plastic-toys", "categorySlug": "designer_toys" }, { "title": "Rotofugi Logo Tee - Heather Grey", "productType": "Wearables", "collection": "vinyl-plastic-toys", "categorySlug": null } ] });