Merge pull request #342 from jack-michaud/jm/contract-tests-for-website

refactor + test: add OasstApiClient in website with tests
This commit is contained in:
Keith Stevens
2023-01-05 19:30:47 +09:00
committed by GitHub
8 changed files with 129 additions and 29 deletions
+1
View File
@@ -12,6 +12,7 @@
"build-storybook": "build-storybook",
"cypress": "cypress open",
"cypress:run": "cypress run",
"cypress:run:contract": "cypress run --config-file ./cypress.config.contract.js",
"cypress:image-baseline": "cypress-image-diff -u",
"fix:lint": "eslint --fix src/ --ext .js,.jsx,.ts,.tsx",
"fix:format": "prettier --write ./src",