Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Public shopify-app-session-storage-test-utils npm #1837

Open
camelmasa opened this issue Dec 9, 2024 · 1 comment
Open

Public shopify-app-session-storage-test-utils npm #1837

camelmasa opened this issue Dec 9, 2024 · 1 comment

Comments

@camelmasa
Copy link

Overview

We are creating our SessionStorage. We want to use it to write unit tests, but is it possible to make the shopify-app-session-storage-test-utils
npm public?

@gsouf
Copy link

gsouf commented Feb 2, 2025

Same here, it would be nice to have it available.

In the meanwhile with pnpm it's possible to do that:

  "devDependencies": {
    "@shopify/shopify-app-session-storage-test-utils": "git+https://github.com/Shopify/shopify-app-js.git#0bcd78d8547df338939afe1a6042440c0cca2c74&path:packages/apps/session-storage/shopify-app-session-storage-test-utils"
  },

or with npm/yarn using https://gitpkg.vercel.app with something like that:

 "devDependencies": {
    "@shopify/shopify-app-session-storage-test-utils": "https://gitpkg.vercel.app/Shopify/shopify-app-js/packages/apps/session-storage/shopify-app-session-storage-test-utils?0bcd78d8547df338939afe1a6042440c0cca2c74"
  },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants