Skip to content

Commit

Permalink
Exclude to get up to 70%
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Jun 14, 2024
1 parent 3cd1463 commit b92a1da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,16 @@ export default defineConfig({
// Just rendering
"src/electron/frontend/core/components/CodeBlock.js",

// Depends on server communication
"src/electron/frontend/core/components/NWBFilePreview.js",

// Unclear how to test
"src/electron/frontend/utils/popups.ts",
"src/electron/frontend/utils/download.ts",
"src/electron/frontend/utils/upload.ts",
"src/electron/frontend/core/components/FileSystemSelector.js", // Uses Electron dialog
"src/electron/frontend/core/components/DandiResults.js", // Needs DANDI API Key and network access (unless possibly with a static mocked response)

],
},
},
Expand Down

0 comments on commit b92a1da

Please sign in to comment.