mirror of
https://github.com/electron/electron.git
synced 2026-01-29 09:18:18 -05:00
refactor: don't expose CallbacksRegistry as an internal module (#14389)
This commit is contained in:
committed by
Shelley Vohr
parent
0c4e7104cf
commit
3a79eacb6f
@@ -4,7 +4,7 @@ const dirtyChai = require('dirty-chai')
|
||||
const {expect} = chai
|
||||
chai.use(dirtyChai)
|
||||
|
||||
const {CallbacksRegistry} = require('electron')
|
||||
const CallbacksRegistry = require('../lib/renderer/callbacks-registry')
|
||||
|
||||
describe('CallbacksRegistry module', () => {
|
||||
let registry = null
|
||||
|
||||
Reference in New Issue
Block a user