Skip to content

Commit

Permalink
move jquery to passed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshshanmugam committed Apr 6, 2017
1 parent 5c39f2e commit 2e8c437
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions smoke/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand All @@ -21,6 +21,13 @@ const TESTS = [
typeConstructors: false
}
}
},
{
dir: "jquery",
files: "dist/jquery.js",
build: "npm run build",
test: "grunt test",
verbose: true
}
];

Expand Down Expand Up @@ -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: [
Expand Down

0 comments on commit 2e8c437

Please # to comment.