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:
Sudhir Jonathan
2012-10-21 11:50:16 +05:30
committed by Igor Minar
parent d981c2a3ec
commit 8ce84cb2ea
3 changed files with 2 additions and 7 deletions

View File

@@ -99,12 +99,6 @@ pre-packaged bundle.
* `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
To create a Github account, follow the instructions {@link https://github.com/signup/free here}.