Skip to content

Commit 04d0e68

Browse files
committed
fix: unit test
1 parent 1c1b89c commit 04d0e68

6 files changed

Lines changed: 846 additions & 616 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bench/rust-tools/src/bin/test_qrcode_fast.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fn main() {
1212
println!("═══════════════════════════════════════\n");
1313

1414
let mut passed = 0;
15-
let mut failed = 0;
15+
let failed = 0;
1616

1717
// ============================================
1818
// 基础功能测试

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
"rimraf": "^6.0.1",
6363
"typescript": "^4.8.4",
6464
"vite": "^5.0.0",
65+
"vite-plugin-top-level-await": "^1.6.0",
66+
"vite-plugin-wasm": "^3.6.0",
6567
"vitest": "^2.1.9"
6668
},
6769
"dependencies": {

0 commit comments

Comments
 (0)