mirror of
https://github.com/valentineus/iii-client.git
synced 2025-04-28 01:41:25 +03:00
Correcting the method of repetition
This commit is contained in:
parent
eda77090c7
commit
50be69283c
@ -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": {
|
||||
|
@ -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!';
|
||||
|
Loading…
x
Reference in New Issue
Block a user