Update tests to use require()

This commit is contained in:
Niklas Mollenhauer
2014-11-08 01:15:15 +01:00
parent 20ebd41950
commit a7114686aa
+3 -1
View File
@@ -1,7 +1,9 @@
///<reference path="../node/node.d.ts"/>
///<reference path="node-webkit.d.ts"/>
// Load native UI library
var gui: typeof nw.gui;
// See docs: https://github.com/rogerwang/node-webkit/wiki/Shell
import gui = require("nw.gui");
/* WINDOW */