From 4fa0267edc0e83352bed5f6f7cb66057c02cf81d Mon Sep 17 00:00:00 2001 From: Eirik Sletteberg Date: Sun, 4 Dec 2016 21:57:28 +0100 Subject: Qunit: Add bootstrap config for running tests with jQuery Migrate Closes gh-1774 --- Gruntfile.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index 66a75d66e..1aac2c454 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -395,7 +395,13 @@ grunt.initConfig({ "jquery-3.1.0/LICENSE.txt": "jquery-3.1.0/LICENSE.txt", "jquery-3.1.1/jquery.js": "jquery-3.1.1/dist/jquery.js", - "jquery-3.1.1/LICENSE.txt": "jquery-3.1.1/LICENSE.txt" + "jquery-3.1.1/LICENSE.txt": "jquery-3.1.1/LICENSE.txt", + + "jquery-migrate-1.4.1/jquery-migrate.js": "jquery-migrate-1.4.1/dist/jquery-migrate.js", + "jquery-migrate-1.4.1/LICENSE.txt": "jquery-migrate-1.4.1/LICENSE.txt", + + "jquery-migrate-3.0.0/jquery-migrate.js": "jquery-migrate-3.0.0/dist/jquery-migrate.js", + "jquery-migrate-3.0.0/LICENSE.txt": "jquery-migrate-3.0.0/LICENSE.txt" } } }, -- cgit v1.2.3