Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kermanx committed Jan 7, 2025
1 parent f5e29b5 commit 392cdb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/benchmark/benches/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub fn criterion_benchmark(c: &mut Criterion) {
let mut group = c.benchmark_group("fixtures");

for fixture in FIXTURES {
let input_path = format!("./test/e2e/{fixture}/dist/bundled.js");
let input_path = format!("../e2e/{fixture}/dist/bundled.js");
let input_path = Path::new(&input_path);
let source_text = read_to_string(input_path).unwrap();

Expand Down
2 changes: 1 addition & 1 deletion tasks/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "vitest"
},
"devDependencies": {
"@kermanx/tree-shaker": "link:..\\..\\napi",
"@kermanx/tree-shaker": "link:../../packages/napi",
"@types/node": "^22.7.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand Down
1 change: 1 addition & 0 deletions tasks/test262/test262
Submodule test262 added at 1d7a29

0 comments on commit 392cdb5

Please sign in to comment.