too many nested callbacks warning corrected

This commit is contained in:
Carlos Jimenez 2018-09-05 08:24:15 +02:00
parent 566c8e619e
commit e00d054fe9
1 changed files with 440 additions and 442 deletions

View File

@ -1,8 +1,7 @@
import selectors from '../../helpers/selectors.js';
import createNightmare from '../../helpers/helpers';
describe('Client', () => {
describe('lock verified data path', () => {
describe('Client lock verified data path', () => {
const nightmare = createNightmare();
describe('as salesPerson', () => {
@ -472,4 +471,3 @@ describe('Client', () => {
});
});
});
});