aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src/hooks/testing.tsx
AgeCommit message (Collapse)Author
2024-03-26work in progress, new api being used. merchant now should move into using ↵Sebastian
the full API
2024-03-26wipSebastian
2024-03-08fix #8489Sebastian
2024-03-08wip #8489Sebastian
2023-11-09add fake url for testSebastian
2023-10-19update testing hookSebastian
2023-09-11new login tokenSebastian
2023-05-05update to new web-utils importsSebastian
2023-04-21moving libs to web utils, apply new mock api to backofficeSebastian
2023-04-07adding unreadable http response case and removing deprecated fieldsSebastian
2023-02-08use request api from web-utilSebastian
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