tests: fix private nativescript-dev-webpack API usage (#8124)

This commit is contained in:
Dimitar Tachev
2019-11-21 21:20:22 +02:00
committed by Manol Donev
parent 529f0c4f86
commit 5b647bd809
2 changed files with 2 additions and 2 deletions

2
.vscode/launch.json vendored
View File

@ -78,4 +78,4 @@
"watch": true
}
]
}
}

View File

@ -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);
}