We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3896f82 commit 92e6fa3Copy full SHA for 92e6fa3
benches/resolver.rs
@@ -15,7 +15,7 @@ fn data() -> Vec<(PathBuf, &'static str)> {
15
// real packages
16
(cwd.clone(), "@napi-rs/cli"),
17
(cwd.clone(), "@napi-rs/wasm-runtime"),
18
- (cwd.clone(), "ava"),
+ (cwd.clone(), "vitest"),
19
(cwd.clone(), "emnapi"),
20
(cwd, "typescript"),
21
// relative path
0 commit comments