Skip to content

Commit

Permalink
adds mint test command
Browse files Browse the repository at this point in the history
  • Loading branch information
netbonus committed Mar 12, 2024
1 parent d56b33d commit e27331b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"e2e": "vitest src/__test__/e2e",
"e2e-btc": "vitest src/__test__/e2e/btc.test.ts",
"e2e-eth": "vitest src/__test__/e2e/eth.msg.test.ts",
"e2e-eth:mint": "vitest src/__test__/e2e/eth.mint.test.ts",
"e2e-gen": "vitest src/__test__/e2e/general.test.ts",
"e2e-kv": "vitest src/__test__/e2e/kv.test.ts",
"e2e-ne": "vitest src/__test__/e2e/non-exportable.test.ts",
Expand Down

0 comments on commit e27331b

Please sign in to comment.