Skip to content

Commit

Permalink
chore: ignore temporarily lsp16 package for foundry tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Feb 29, 2024
1 parent 81f0e0f commit b1c42e6
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 @@ -36,7 +36,7 @@
"lint:solidity": "turbo lint:solidity",
"package": "turbo package",
"test": "turbo test",
"test:foundry": "turbo test:foundry",
"test:foundry": "turbo test:foundry --scope='!@lukso/lsp16-contracts'",
"test:benchmark": "hardhat test --no-compile tests/Benchmark.test.ts",
"test:coverage": "turbo test:coverage",
"test:mocks": "hardhat test --no-compile packages/lsp-smart-contracts/tests/Mocks/*.test.ts",
Expand Down

0 comments on commit b1c42e6

Please sign in to comment.