mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-18 04:24:30 +08:00
Merge pull request #4969 from vvakame/fix-jsdom
fix jsdom/jsdom-tests.ts
This commit is contained in:
@@ -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>");
|
||||
|
||||
Reference in New Issue
Block a user