Skip to content

Commit

Permalink
update test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Dec 26, 2019
1 parent 6fbcbf6 commit 46a8efe
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 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,5 +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" }
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,5 +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" }
Expand Up @@ -49,5 +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" }

0 comments on commit 46a8efe

Please sign in to comment.