Browse Source

linting is important

Shelley Vohr 7 years ago
parent
commit
c8b544a47d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spec/api-callbacks-registry-spec.js

+ 1 - 1
spec/api-callbacks-registry-spec.js

@@ -39,4 +39,4 @@ describe.only('CallbacksRegistry module', () => {
     const afterCB = registry.get(1)
     assert.equal(afterCB.toString(), 'function () {}')
   })
-})
+})