Use Prettier for JS files (#3913)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
@ -19,7 +19,5 @@ contract('ERC165Storage', function () {
|
||||
await expectRevert(this.mock.$_registerInterface('0xffffffff'), 'ERC165: invalid interface id');
|
||||
});
|
||||
|
||||
shouldSupportInterfaces([
|
||||
'ERC165',
|
||||
]);
|
||||
shouldSupportInterfaces(['ERC165']);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user