mirror of
https://github.com/selfxyz/self.git
synced 2026-01-10 07:08:10 -05:00
Fix/contract improvements (#75)
This commit is contained in:
@@ -33,8 +33,9 @@
|
||||
"test:coverage:local": "TEST_ENV=local npx hardhat coverage",
|
||||
"test:disclose:local": "TEST_ENV=local npx hardhat test test/integration/vcAndDisclose.test.ts",
|
||||
"test:endtoend:local": "TEST_ENV=local npx hardhat test test/Integration/endToEnd.test.ts",
|
||||
"test:verifyall:local": "TEST_ENV=local npx hardhat test test/integration/verifyAll.test.ts",
|
||||
"test:example:local": "TEST_ENV=local npx hardhat test test/example/*",
|
||||
"test:formatter:local": "TEST_ENV=local npx hardhat test test/unit/Formatter.test.ts",
|
||||
"test:formatter:local": "TEST_ENV=local npx hardhat test test/unit/formatter.test.ts",
|
||||
"test:hub:local": "TEST_ENV=local npx hardhat test test/unit/IdentityVerificationHub.test.ts",
|
||||
"test:integration:local": "TEST_ENV=local npx hardhat test test/integration/*",
|
||||
"test:local": "TEST_ENV=local npx hardhat test",
|
||||
|
||||
Reference in New Issue
Block a user