mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-06 17:28:29 +08:00
tests: fix private nativescript-dev-webpack API usage (#8124)
This commit is contained in:

committed by
Manol Donev

parent
529f0c4f86
commit
5b647bd809
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -78,4 +78,4 @@
|
||||
"watch": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -249,7 +249,7 @@ function _test_onLiveSync_ModalViewClosed(context: ModuleContext) {
|
||||
}
|
||||
|
||||
function livesync(context: ModuleContext) {
|
||||
const ls = (<any>global).__hmrSyncBackup || global.__onLiveSync;
|
||||
const ls = (<any>global).__coreModulesLiveSync || global.__onLiveSync;
|
||||
ls(context);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user