Skip to content

Commit

Permalink
Fixed formatting in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmadejek committed Dec 2, 2024
1 parent fdf709c commit 1311602
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@
]
},
"jest": {
"setupFilesAfterEnv": ["<rootDir>/../../../jest.setup.js","@testing-library/jest-dom"],
"setupFilesAfterEnv": [
"<rootDir>/../../../jest.setup.js",
"@testing-library/jest-dom"
],
"moduleNameMapper": {
"monaco-editor": "<rootDir>/../../../node_modules/monaco-editor/monaco.d.ts"
}
Expand Down

0 comments on commit 1311602

Please sign in to comment.