Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
zakstucke committed Nov 30, 2023
1 parent ba1fd42 commit 9315b7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"moduleDetection": "force",
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true
"resolveJsonModule": true,
"jsx": "react-jsx"
},
"exclude": ["bitbazaar/*.spec.(js|jsx|ts|tsx)", "bitbazaar/*.test.(js|jsx|ts|tsx)"],
"include": ["bitbazaar/**/*", "tests/**/*"]
Expand Down
1 change: 1 addition & 0 deletions js/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default defineConfig({
functions: 100,
branches: 100,
statements: 100,
include: ["bitbazaar/**/*.{js,jsx,ts,tsx}"],
exclude: excludeGlobs,
},
testTimeout: 15000,
Expand Down

0 comments on commit 9315b7d

Please sign in to comment.