Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
fix: add missing test MutationObserver
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed Dec 23, 2016
1 parent 1de7ea0 commit 5c7bc01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/browser_entry_point.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ import './browser/browser.spec';
import './browser/define-property.spec';
import './browser/element.spec';
import './browser/FileReader.spec';
// import './browser/geolocation.spec.manual';
import './browser/HTMLImports.spec';
import './browser/MutationObserver.spec';
import './browser/registerElement.spec';
import './browser/requestAnimationFrame.spec';
import './browser/WebSocket.spec';
import './browser/XMLHttpRequest.spec';
// import './browser/geolocation.spec.manual';
import './mocha-patch.spec';

0 comments on commit 5c7bc01

Please sign in to comment.