Added a new file which is called FactoryFriendly.spec.ts and two tests cases has been added:
Make sure that the module is deployed through factory and have the expected params
MasterCopy can not be initialized twice
Created test contract to import ModuleProxyFactory - Can not import it in the same file as Imports because the Mock contracts are 0.6 and it has a version compatibility with 0.8
Changes proposed on this PR:
FactoryFriendly.spec.ts
and two tests cases has been added:ModuleProxyFactory
- Can not import it in the same file asImports
because theMock
contracts are0.6
and it has a version compatibility with0.8