aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src/hooks/instance.test.ts
AgeCommit message (Collapse)Author
2024-04-04fix some API differences including whatwg-url paramsSebastian
2024-04-01migrate getInstanceSebastian
2024-04-01fix buildSebastian
2024-03-27wip #8655Sebastian
2024-03-26fixing compile errorsSebastian
2024-03-26wip, doesn't compile. now merchant doesn't have it's own definition of ↵Sebastian
types... it uses the one defined by taler-util
2024-03-26work in progress, new api being used. merchant now should move into using ↵Sebastian
the full API
2024-03-26wipSebastian
2023-11-09update test for new response from merchant backendSebastian
2023-09-14update testingSebastian
2023-09-11new login tokenSebastian
2023-09-04backoffcie new version, lot of changesSebastian
2023-05-05update to new web-utils importsSebastian
2023-01-03prettySebastian
2023-01-03refactor better QASebastian
removed axios, use fetch removed jest, added mocha and chai moved the default request handler to runtime dependency (so it can be replaced for testing) refactored ALL the test to the standard web-utils all hooks now use ONE request handler moved the tests from test folder to src