aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2021-04-13 22:10:09 +0200
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2021-04-14 01:47:38 +0200
commit752b8981f8ee410d4c2cbada18a9afa2d880263b (patch)
tree277ae483d17ae9a18281ff9aa705609850ff7f24 /test
parentb14b62c8a28af396e20e7234086926f393dd314a (diff)
downloadjquery-752b8981f8ee410d4c2cbada18a9afa2d880263b.tar.gz
jquery-752b8981f8ee410d4c2cbada18a9afa2d880263b.zip
Build: Take core-js from the external directory as well
All the other files were already taken from the external directory. The fact core-js was taken from node_modules broke IE core tests on TestSwarm. Ref gh-4865 Ref gh-4870 (partially cherry picked from 345cd22e5664655ed315958ed2056610607c12ef)
Diffstat (limited to 'test')
-rw-r--r--test/data/core/jquery-iterability-transpiled.html2
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..8b123ead1 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="../../../external/core-js/core-js.js"></script>
<script src="../../jquery.js"></script>
<script src="../iframeTest.js"></script>
<script src="jquery-iterability-transpiled.js"></script>