Преглед на файлове

Add eslint disable for require in jest.config.js

Timothy Pomeroy преди 1 месец
родител
ревизия
92f41d16e1
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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({