Test files linted
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
const isSet = val => val instanceof Set;
|
||||
module.exports = isSet;
|
||||
module.exports = isSet;
|
||||
|
||||
Reference in New Issue
Block a user
@ -1,2 +1,2 @@
|
||||
const isSet = val => val instanceof Set;
|
||||
module.exports = isSet;
|
||||
module.exports = isSet;
|
||||
|
||||