Skip to content

Commit

Permalink
setup changes added
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohini-Microsoft committed Sep 25, 2024
1 parent 6bf0846 commit 630ab3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion code/frontend/setupTests.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import '@testing-library/jest-dom';
import '@testing-library/jest-dom/extend-expect';

import { initializeIcons } from '@fluentui/react/lib/Icons';
initializeIcons();
2 changes: 1 addition & 1 deletion code/frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"jsx": "react-jsx",
"typeRoots": ["node_modules/@types"],
"types": [
"vite/client", "jest", "node","@testing-library/jest-dom"
"vite/client", "jest", "node",
],
},
"exclude": ["node_modules"],
Expand Down

0 comments on commit 630ab3e

Please sign in to comment.