removed fdescribe
This commit is contained in:
parent
2a2ba7a9f0
commit
a8aeaab97d
|
@ -1,7 +1,7 @@
|
||||||
import selectors from '../../helpers/selectors';
|
import selectors from '../../helpers/selectors';
|
||||||
import createNightmare from '../../helpers/nightmare';
|
import createNightmare from '../../helpers/nightmare';
|
||||||
|
|
||||||
fdescribe('Client', () => {
|
describe('Client', () => {
|
||||||
describe('create path', () => {
|
describe('create path', () => {
|
||||||
let nightmare = createNightmare();
|
let nightmare = createNightmare();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue