mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-13 09:13:12 +00:00
chore(testacular): use local testacular version
Making testacular a dependency to avoid having to install it globally. (Causes npm issues on some machines)
This commit is contained in:
parent
b3cae4f457
commit
b429f538a3
3 changed files with 2 additions and 7 deletions
2
Rakefile
2
Rakefile
|
|
@ -329,7 +329,7 @@ end
|
||||||
|
|
||||||
|
|
||||||
def start_testacular(config, singleRun, browsers, misc_options)
|
def start_testacular(config, singleRun, browsers, misc_options)
|
||||||
sh "testacular start " +
|
sh "./node_modules/testacular/bin/testacular start " +
|
||||||
"#{config} " +
|
"#{config} " +
|
||||||
"#{'--single-run=true' if singleRun} " +
|
"#{'--single-run=true' if singleRun} " +
|
||||||
"#{'--browsers=' + browsers.gsub('+', ',') if browsers} " +
|
"#{'--browsers=' + browsers.gsub('+', ',') if browsers} " +
|
||||||
|
|
|
||||||
|
|
@ -99,12 +99,6 @@ pre-packaged bundle.
|
||||||
* `npm install`
|
* `npm install`
|
||||||
|
|
||||||
|
|
||||||
* Lastly, you'll also need Testacular our spectacular test runner that we use for running unit and end-to-end tests.
|
|
||||||
|
|
||||||
* `sudo npm install -g testacular`
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Creating a Github Account and Forking Angular
|
## Creating a Github Account and Forking Angular
|
||||||
|
|
||||||
To create a Github account, follow the instructions {@link https://github.com/signup/free here}.
|
To create a Github account, follow the instructions {@link https://github.com/signup/free here}.
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
"name": "AngularJS",
|
"name": "AngularJS",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
|
"testacular" : "canary",
|
||||||
"jasmine-node" : "*",
|
"jasmine-node" : "*",
|
||||||
"q-fs" : "*",
|
"q-fs" : "*",
|
||||||
"qq" : "*"
|
"qq" : "*"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue