Skip to content

Commit

Permalink
chore: remove test script before git commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Clover-You committed Nov 22, 2024
1 parent 4ef4062 commit 9b31098
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .lintstagedrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default {
createCommand('pnpm eslint --fix', ''),
// unlock the code to enable prettier format if you use it
// createCommand('prettier --write', '--write')
'pnpm test -- --run',
],
'*.{rs}': [
// Format files with rustfmt.
Expand All @@ -19,7 +18,5 @@ export default {
'cargo check --manifest-path ./src-tauri/Cargo.toml --all',
// Lint rust sources.
'cargo clippy --manifest-path ./src-tauri/Cargo.toml --all-targets --all-features --tests --benches -- -D warnings',
// Unit test for the project.
'cargo test --manifest-path ./src-tauri/Cargo.toml --all-features',
],
}

0 comments on commit 9b31098

Please sign in to comment.