Fix spec linting issues
This commit is contained in:
parent
a9d5699a52
commit
eac5ba4c56
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ describe('ipc module', function () {
|
|||
assert.equal(a.bar, 1234)
|
||||
assert.equal(a.anonymous.constructor.name, '')
|
||||
assert.equal(a.getConstructorName(Object.create(null)), '')
|
||||
assert.equal(a.getConstructorName(new (class {})), '')
|
||||
assert.equal(a.getConstructorName(new (class {})()), '')
|
||||
})
|
||||
|
||||
it('should search module from the user app', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue