fix includes

This commit is contained in:
Shelley Vohr 2017-11-16 08:15:56 -05:00
parent c8b544a47d
commit f5c04c7037
No known key found for this signature in database
GPG key ID: F13993A75599653C
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
const assert = require('assert')
const {CallbacksRegistry} = require('electron')
describe.only('CallbacksRegistry module', () => {
describe('CallbacksRegistry module', () => {
let registry = null
beforeEach(() => {