fix includes
This commit is contained in:
parent
c8b544a47d
commit
f5c04c7037
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
const assert = require('assert')
|
||||
const {CallbacksRegistry} = require('electron')
|
||||
|
||||
describe.only('CallbacksRegistry module', () => {
|
||||
describe('CallbacksRegistry module', () => {
|
||||
let registry = null
|
||||
|
||||
beforeEach(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue