Skip to content

Commit

Permalink
Move jest mocks to dedicated folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelemeny committed May 16, 2024
1 parent bfec818 commit 80a8ec2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions quickwit/quickwit-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
},
"jest": {
"moduleNameMapper": {
"monaco-editor": "<rootDir>/monacoMock.js",
"swagger-ui-react": "<rootDir>/swaggerUIMock.js"
"monaco-editor": "<rootDir>/mocks/monacoMock.js",
"swagger-ui-react": "<rootDir>/mocks/swaggerUIMock.js"
}
}
}

0 comments on commit 80a8ec2

Please sign in to comment.