Merge pull request #4969 from vvakame/fix-jsdom

fix jsdom/jsdom-tests.ts
This commit is contained in:
Masahiro Wakame
2015-07-19 16:48:59 +09:00

View File

@@ -47,5 +47,4 @@ jsdom.env({
}
});
var window: Window = jsdom.jsdom("<div>foobar</div>").parentWindow;
var document: Document = jsdom.jsdom("<html></html>");
var document: Document = jsdom.jsdom("<html></html>");