mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
Fixing type errors in tests
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
//import locationManagerModule = require("location/location-manager");
|
||||
import defModule = require("location");
|
||||
//import * as locationManagerModule from "location/location-manager";
|
||||
import * as defModule from "location";
|
||||
import * as timerModule from "timer";
|
||||
|
||||
var defaultGetLocationTimeout = 20000;
|
||||
|
Reference in New Issue
Block a user