зеркало из https://github.com/electron/electron.git
Fix failing spec when refreshing test window
This commit is contained in:
Родитель
5708e86a05
Коммит
30dd65e3a9
|
@ -152,6 +152,7 @@ describe('ipc module', function () {
|
|||
assert.equal(property.getFunctionProperty(), 'foo-browser')
|
||||
property.func.property = 'bar'
|
||||
assert.equal(property.getFunctionProperty(), 'bar-browser')
|
||||
property.func.property = 'foo' // revert back
|
||||
|
||||
var property2 = remote.require(path.join(fixtures, 'module', 'property.js'))
|
||||
assert.equal(property2.property, 1007)
|
||||
|
|
Загрузка…
Ссылка в новой задаче