mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(api): ignore api in jest config (#49371)
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
f35ab4d0ba
commit
8812d4557a
+1
-1
@@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
testPathIgnorePatterns: ['/node_modules/'],
|
||||
testPathIgnorePatterns: ['/node_modules/', 'api/'],
|
||||
moduleNameMapper: {
|
||||
'\\.(jpg|jpeg|png|svg|woff|woff2)$':
|
||||
'<rootDir>/client/src/__mocks__/file-mock.ts',
|
||||
|
||||
Reference in New Issue
Block a user