diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-09 17:19:45 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-09 17:19:45 +0300 |
commit | 50be69283c3860bb1d9a94bb35e5ff06dec8d4ad (patch) | |
tree | ae1091ccca49dc20e552833010c0469c4c17c598 /package.json | |
parent | eda77090c7ec7b094db8668b5405edc3bd4ebd7f (diff) | |
download | iii-client-50be69283c3860bb1d9a94bb35e5ff06dec8d4ad.tar.xz iii-client-50be69283c3860bb1d9a94bb35e5ff06dec8d4ad.zip |
Correcting the method of repetition
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index b8437b3..a1b6ca8 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "build-standalone": "babel src/index.js --out-file dist/standalone.js", "build-browser": "rollup --config rollup.config.js", "build": "npm run build-browser && npm run build-standalone", - "test": "mocha src/test.js --compilers js:babel-core/register", + "test": "mocha src/test.js --compilers js:babel-core/register --retries 3", "check": "eslint ./src/index.js" }, "dependencies": { |