diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2019-04-04 23:45:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-04 23:45:57 +0200 |
commit | 2e4b79ab8f7c43d36537a743c4c1a1a5b17e130e (patch) | |
tree | 6d3db57217bb127edb9ac6ae6a6d75e6eac72bff /test/data | |
parent | fea7a2a328f475048b4450c5c02a60832fdcfc3c (diff) | |
download | jquery-2e4b79ab8f7c43d36537a743c4c1a1a5b17e130e.tar.gz jquery-2e4b79ab8f7c43d36537a743c4c1a1a5b17e130e.zip |
Tests: Fix the core-js polyfill inclusion method
core-js 3 no longer includes a built file in the bundle but core-js-bundle
does.
Closes gh-4342
Ref gh-4341
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/core/jquery-iterability-transpiled.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/core/jquery-iterability-transpiled.html b/test/data/core/jquery-iterability-transpiled.html index 69ac18252..ca0e88530 100644 --- a/test/data/core/jquery-iterability-transpiled.html +++ b/test/data/core/jquery-iterability-transpiled.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>jQuery objects transpiled iterability test page</title> - <script src="../../../node_modules/core-js/client/core.min.js"></script> + <script src="../../../node_modules/core-js-bundle/minified.js"></script> <script src="../../jquery.js"></script> <script src="../iframeTest.js"></script> <script src="jquery-iterability-transpiled.js"></script> |