Skip to content

Commit

Permalink
revert test fixtures update
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jan 7, 2020
1 parent c69c141 commit a527a3b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
Expand Up @@ -24,12 +24,12 @@ require("core-js/modules/es.string.iterator");

require("core-js/modules/es.string.match");

require("core-js/modules/esnext.global-this");

require("core-js/modules/web.dom-collections.iterator");

require("core-js/modules/web.queue-microtask");

require("core-js/modules/esnext.global-this");

Array.from; // static method

Map; // built-in
Expand Down
Expand Up @@ -49,6 +49,5 @@ Using polyfills with `usage` option:
es.object.to-string { "firefox":"50", "ie":"11" }
es.promise { "chrome":"52", "firefox":"50", "ie":"11" }
es.string.iterator { "ie":"11" }
esnext.global-this { "chrome":"52", "firefox":"50", "ie":"11" }
web.dom-collections.iterator { "chrome":"52", "firefox":"50", "ie":"11" }
web.queue-microtask { "chrome":"52", "firefox":"50", "ie":"11" }
Expand Up @@ -49,6 +49,6 @@ Using polyfills with `usage` option:
es.object.to-string { "firefox":"50", "ie":"11" }
es.promise { "chrome":"52", "firefox":"50", "ie":"11" }
es.string.iterator { "ie":"11" }
esnext.global-this { "chrome":"52", "firefox":"50", "ie":"11" }
web.dom-collections.iterator { "chrome":"52", "firefox":"50", "ie":"11" }
web.queue-microtask { "chrome":"52", "firefox":"50", "ie":"11" }
esnext.global-this { "chrome":"52", "firefox":"50", "ie":"11" }
Expand Up @@ -49,6 +49,5 @@ Using polyfills with `usage` option:
es.object.to-string { "firefox":"50", "ie":"11" }
es.promise { "chrome":"52", "firefox":"50", "ie":"11" }
es.string.iterator { "ie":"11" }
esnext.global-this { "chrome":"52", "firefox":"50", "ie":"11" }
web.dom-collections.iterator { "chrome":"52", "firefox":"50", "ie":"11" }
web.queue-microtask { "chrome":"52", "firefox":"50", "ie":"11" }
Expand Up @@ -49,6 +49,5 @@ Using polyfills with `usage` option:
es.object.to-string { "firefox":"50", "ie":"11" }
es.promise { "chrome":"52", "firefox":"50", "ie":"11" }
es.string.iterator { "ie":"11" }
esnext.global-this { "chrome":"52", "firefox":"50", "ie":"11" }
web.dom-collections.iterator { "chrome":"52", "firefox":"50", "ie":"11" }
web.queue-microtask { "chrome":"52", "firefox":"50", "ie":"11" }

0 comments on commit a527a3b

Please sign in to comment.