too many nested callbacks warning corrected
This commit is contained in:
parent
566c8e619e
commit
e00d054fe9
|
@ -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', () => {
|
|||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue