Fixing type errors in tests

This commit is contained in:
Panayot Cankov
2016-12-16 17:31:48 +02:00
parent 745388c3da
commit 6feeb140e3
313 changed files with 1690 additions and 1655 deletions

View File

@@ -1,4 +1,4 @@
import file_access_module = require("file-system/file-system-access");
import * as file_access_module from "file-system/file-system-access";
import * as platformModule from "platform";
// The FileSystemAccess implementation, used through all the APIs.