jquery/test/data/core
Michał Gołębiowski-Owczarek 9cb124ed00
Build: Update jsdom; migrate a test with Symbol polyfill to an iframe test
So far, we've been testing that jQuery element iteration works with polyfilled
Symbol & transpiled for-of via a Node test with jsdom with the Symbol global
removed. Unfortunately, jsdom now requires Symbol to be present for its internal
functionality so such a test is no longer possible. Instead, it's been migrated
to an iframe test with transpiled JavaScript.

This PR also enables us to use ECMAScript 2017 or newer in Node.js code.

Closes gh-4305
2019-03-04 18:30:51 +01:00
..
aliased.html Tests: Refactor testIframe() to make it DRYer and more consistent 2016-04-11 13:32:51 -04:00
cc_on.html Tests: Refactor testIframe() to make it DRYer and more consistent 2016-04-11 13:32:51 -04:00
dynamic_ready.html Tests: Add support for running unit tests via grunt with karma 2017-12-18 12:27:38 -05:00
jquery-iterability-transpiled-es6.js Build: Update jsdom; migrate a test with Symbol polyfill to an iframe test 2019-03-04 18:30:51 +01:00
jquery-iterability-transpiled.html Build: Update jsdom; migrate a test with Symbol polyfill to an iframe test 2019-03-04 18:30:51 +01:00
onready.html Tests: Refactor testIframe() to make it DRYer and more consistent 2016-04-11 13:32:51 -04:00