Explorar o código

Add eslint disable for require in jest.config.js

Timothy Pomeroy hai 1 mes
pai
achega
92f41d16e1
Modificáronse 1 ficheiros con 1 adicións e 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({