Fix spec linting issues

This commit is contained in:
Samuel Attard 2016-10-13 12:47:43 +11:00
parent a9d5699a52
commit eac5ba4c56
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ foo.baz = false
module.exports = {
foo: foo,
bar: 1234,
anonymous: new (class {}),
anonymous: new (class {})(),
getConstructorName: function (value) {
return value.constructor.name
}