aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-10-09 17:19:45 +0300
committerValentin Popov <info@valentineus.link>2017-10-09 17:19:45 +0300
commit50be69283c3860bb1d9a94bb35e5ff06dec8d4ad (patch)
treeae1091ccca49dc20e552833010c0469c4c17c598
parenteda77090c7ec7b094db8668b5405edc3bd4ebd7f (diff)
downloadiii-client-50be69283c3860bb1d9a94bb35e5ff06dec8d4ad.tar.xz
iii-client-50be69283c3860bb1d9a94bb35e5ff06dec8d4ad.zip
Correcting the method of repetition
-rw-r--r--package.json2
-rw-r--r--src/test.js2
2 files changed, 1 insertions, 3 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": {
diff --git a/src/test.js b/src/test.js
index 9d8da73..d8cd8be 100644
--- a/src/test.js
+++ b/src/test.js
@@ -9,8 +9,6 @@ import {
} from './index';
describe('iii-client:', () => {
- this.retries(3);
-
var uuid = '109cd867-0ef3-4473-af71-7543a9b2fccd';
var cuid = '0340feab-b09e-4960-96e9-c9518b1fb157';
var text = 'Hello, World!';