Skip to content

Commit

Permalink
parallelize test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Feb 28, 2019
1 parent 6eb740d commit 9a3d0bd
Show file tree
Hide file tree
Showing 4 changed files with 11,901 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
scripts/parallel linguist-vendored
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"compile": "tsc",
"lint": "tslint --project .",
"clean": "git clean -x -f",
"test": "qunit packages/*/tests"
"node-test": "qunit packages/*/tests",
"test": "./scripts/test.sh"
}
}
Loading

0 comments on commit 9a3d0bd

Please sign in to comment.