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: [