Migrate Ownable tests (#4657)

Co-authored-by: ernestognw <ernestognw@gmail.com>
This commit is contained in:
Hadrien Croubois
2023-10-17 10:05:58 +02:00
committed by GitHub
parent aed22fbc22
commit 149e1b79fe
13 changed files with 1248 additions and 168 deletions

View File

@ -1,3 +1,5 @@
// DEPRECATED: replace with hardhat-toolbox chai matchers.
const { expect } = require('chai');
/** Revert handler that supports custom errors. */