remove next-pwa for now

This commit is contained in:
m5r
2021-08-20 08:31:18 +08:00
parent 77a1471974
commit c0370030ce
3 changed files with 19 additions and 14 deletions

View File

@ -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