doc(readme): Information about Karma in the readme

test(karma): Fix variable to make linter happy
This commit is contained in:
Wilfried Kopp 2015-03-06 01:14:01 +01:00
parent e46f6f156b
commit 833b810038
2 changed files with 9 additions and 1 deletions

View File

@ -73,6 +73,14 @@ npm run-script build
npm test
```
### Testing (karma)
Karma allows testing within one or several browser.
```bash
karma start --singleRun=true --browsers="Chrome,Firefox"
```
**Please note this repo is in it's early stage.**
If you'd like to run a Http ethereum node check out

View File

@ -78,7 +78,7 @@ module.exports = function (config) {
browserDisconnectTimeout: 5000,
customLaunchers: {
chrome_without_security: {
chromeWithoutSecurity: {
base: 'Chrome',
flags: ['--disable-web-security']
},