mirror of
https://github.com/valentineus/iii-client.git
synced 2025-07-01 10:30:27 +03:00
Correcting the method of repetition
This commit is contained in:
@ -40,7 +40,7 @@
|
|||||||
"build-standalone": "babel src/index.js --out-file dist/standalone.js",
|
"build-standalone": "babel src/index.js --out-file dist/standalone.js",
|
||||||
"build-browser": "rollup --config rollup.config.js",
|
"build-browser": "rollup --config rollup.config.js",
|
||||||
"build": "npm run build-browser && npm run build-standalone",
|
"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"
|
"check": "eslint ./src/index.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -9,8 +9,6 @@ import {
|
|||||||
} from './index';
|
} from './index';
|
||||||
|
|
||||||
describe('iii-client:', () => {
|
describe('iii-client:', () => {
|
||||||
this.retries(3);
|
|
||||||
|
|
||||||
var uuid = '109cd867-0ef3-4473-af71-7543a9b2fccd';
|
var uuid = '109cd867-0ef3-4473-af71-7543a9b2fccd';
|
||||||
var cuid = '0340feab-b09e-4960-96e9-c9518b1fb157';
|
var cuid = '0340feab-b09e-4960-96e9-c9518b1fb157';
|
||||||
var text = 'Hello, World!';
|
var text = 'Hello, World!';
|
||||||
|
Reference in New Issue
Block a user