Explorar el Código

Add eslint disable for require in jest.config.js

Timothy Pomeroy hace 1 mes
padre
commit
92f41d16e1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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({