Skip to content

Commit

Permalink
test with --logHeapUsage
Browse files Browse the repository at this point in the history
  • Loading branch information
sirineJ committed Dec 17, 2024
1 parent 2613758 commit 6b3e8eb
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 @@ -23,7 +23,7 @@
"start": "lerna run start --stream",
"build": "lerna run build",
"test": "vitest",
"test:ci": "vitest run --coverage",
"test:ci": "vitest run --coverage --logHeapUsage",
"lint": "biome check --diagnostic-level=error && foundry run eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "biome check --write --diagnostic-level=error && foundry run eslint . --ext .js,.jsx,.ts,.tsx --fix",
"lint:ci": "biome ci --diagnostic-level=error && foundry run eslint . --ext .js,.jsx,.ts,.tsx --quiet ",
Expand Down

0 comments on commit 6b3e8eb

Please sign in to comment.