Browse Source

Add eslint disable for require in jest.config.js

Timothy Pomeroy 1 tháng trước cách đây
mục cha
commit
92f41d16e1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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({