SmartTokenLabs / token-negotiator-gh-pages

A repository for publishing the Token Negotiator Examples via Github Pages
0 stars 0 forks source link

Smoke test fails (npm test) #13

Closed samwarwick closed 2 years ago

samwarwick commented 2 years ago

App.test.js just contains the single sample test created with the React template. Running npm test fails due to:

  1. Error "useHref() may be used only in the context of a component."
  2. Incorrect expected result

The test should be fixed so that npm test always remains in a working state.

samwarwick commented 2 years ago

@nicktaras I have a fix. Would you like to add me to this repo, or I can fork and raise a PR?