Add @open-zeppelin/test-helpers dependency

This commit is contained in:
Oskar Thoren 2021-01-19 11:44:42 +08:00
parent 60eba03c1e
commit c375dbf1b7
No known key found for this signature in database
GPG Key ID: BDB55C8C0EF29911
2 changed files with 4439 additions and 51 deletions

4487
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,6 +16,7 @@
"lite-server": "^2.3.0"
},
"dependencies": {
"@openzeppelin/contracts": "^3.3.0"
"@openzeppelin/contracts": "^3.3.0",
"@openzeppelin/test-helpers": "^0.5.10"
}
}