remove next-pwa for now
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
jest.mock("next-pwa", () => ({ __esModule: true, default: jest.fn().mockImplementation((config) => config) }));
|
||||
|
||||
import { setConfig } from "blitz";
|
||||
|
||||
// see https://github.com/vercel/next.js/issues/4024
|
||||
|
Reference in New Issue
Block a user