Skip to content
Zhaoyuan YE edited this page Aug 23, 2023 · 2 revisions

Data for testing is mocked by Mock Service Worker under mocks directory

To enable the worker to mock data, uncomment

if (process.env.NODE_ENV === "development") {
  const { worker } = require("./mocks/browser");
  worker.start();
}

in index.tsx file

Clone this wiki locally