Skip to content

Commit

Permalink
Use Vitest and rust tests in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Aug 23, 2024
1 parent 289acf0 commit 86aeb27
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 268 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ trace-*.json
.tmp-earthly-out
artifact
server/assets_tmp

# Local Netlify folder
.netlify
9 changes: 9 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"recommendations": [
"swellaby.vscode-rust-test-adapter",
"vadimcn.vscode-lldb",
"rust-lang.rust-analyzer",
"styled-components.vscode-styled-components",
"svelte.svelte-vscode"
]
}
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@
"./svelte"
],
"typescript.preferences.preferTypeOnlyAutoImports": true,
"rustTestExplorer.rootCargoManifestFilePath": "./Cargo.toml"
}
3 changes: 1 addition & 2 deletions browser/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"tslib": "^2.4.1",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-plugin-dts": "^3.9.0",
"vitest": "^0.34.6"
"vite-plugin-dts": "^3.9.0"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typedoc-plugin-missing-exports": "^2.1.0",
"typescript": "^5.4.5",
"vite": "^5.0.12",
"vitest": "^0.34.6"
"vitest": "^2.0.5"
},
"name": "@tomic/root",
"version": "0.39.0",
Expand Down
Loading

0 comments on commit 86aeb27

Please sign in to comment.