fix(core): update

This commit is contained in:
2023-06-10 16:43:20 +02:00
parent d4401172e6
commit 68ac5e6ec2
3 changed files with 11 additions and 3 deletions

View File

@ -19,6 +19,7 @@ tap.test('should be online', async () => {
testWebDetector.onlineObservable.subscribe((state) => {
console.log(state);
});
testWebDetector.stopPeriodicChecks();
});
tap.test('should detect the platform', async () => {