Przeglądaj źródła

Add eslint disable for require in jest.config.js

Timothy Pomeroy 1 miesiąc temu
rodzic
commit
92f41d16e1
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      apps/web/jest.config.js

+ 1 - 0
apps/web/jest.config.js

@@ -1,3 +1,4 @@
+/* eslint-disable @typescript-eslint/no-require-imports */
 const nextJest = require("next/jest");
 
 const createJestConfig = nextJest({