From 2e4b79ab8f7c43d36537a743c4c1a1a5b17e130e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82=C4=99biowski-Owczarek?= Date: Thu, 4 Apr 2019 23:45:57 +0200 Subject: [PATCH] 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 --- package.json | 2 +- test/data/core/jquery-iterability-transpiled.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cb10ded26..f75d49905 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@babel/core": "7.4.3", "@babel/plugin-transform-for-of": "7.4.3", "commitplease": "3.2.0", - "core-js": "3.0.0", + "core-js-bundle": "3.0.0", "eslint-config-jquery": "1.0.1", "grunt": "1.0.4", "grunt-babel": "8.0.0", 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 @@ jQuery objects transpiled iterability test page - + -- 2.39.5