From 2e8c4379f5ae1de24d3071ec740a9a2b8c42acf6 Mon Sep 17 00:00:00 2001 From: Vignesh Shanmugam Date: Thu, 6 Apr 2017 12:08:56 +0200 Subject: [PATCH] move jquery to passed tests --- smoke/run.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/smoke/run.js b/smoke/run.js index 105fa83b2..f2d5517b6 100644 --- a/smoke/run.js +++ b/smoke/run.js @@ -12,7 +12,7 @@ const TESTS = [ { dir: "immutable-js", files: "dist/immutable.js", - build: "npm install && npm run build", + build: "npm install && npm run build:dist", test: "npm run testonly", verbose: true, babiliOptions: { @@ -21,6 +21,13 @@ const TESTS = [ typeConstructors: false } } + }, + { + dir: "jquery", + files: "dist/jquery.js", + build: "npm run build", + test: "grunt test", + verbose: true } ]; @@ -69,13 +76,6 @@ const otherTests = [ // } // }, // { - // dir: "jquery", - // files: "dist/jquery.js", - // build: "npm run build", - // test: "grunt test", - // success: "872 passing", - // }, - // { // dir: "stylelint", // files: "lib/**/*.js", // ignore: [