Skip to content

Commit

Permalink
chore(scripts): fix env variable name in stress test
Browse files Browse the repository at this point in the history
  • Loading branch information
tabcat committed Oct 28, 2024
1 parent eed07ca commit 3507207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"format": "prettier src test --write",
"build": "tsc",
"test": "vitest --config vitest.config.ts --run",
"test:stress": "TREE_NODES_MAX=30000 vitest --config vitest.config.ts --run",
"test:stress": "TREE_ENTRIES_MAX=30000 vitest --config vitest.config.ts --run",
"api-docs": "typedoc src/compare.ts src/cursor.ts src/diff.ts src/index.ts src/mutate.ts src/utils.ts",
"usage": "vitest test/usage.test.ts",
"ci": "pnpm build && pnpm lint && pnpm test"
Expand Down

0 comments on commit 3507207

Please sign in to comment.