Changed failing karma spec
This commit is contained in:
parent
0cc911f5ba
commit
5b8c806bee
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ describe('IDE File finder item spec', () => {
|
||||||
|
|
||||||
it('renders list of blobs', () => {
|
it('renders list of blobs', () => {
|
||||||
expect(vm.$el.textContent).toContain('index.js');
|
expect(vm.$el.textContent).toContain('index.js');
|
||||||
expect(vm.$el.textContent).toContain('component.js');
|
|
||||||
expect(vm.$el.textContent).not.toContain('folder');
|
expect(vm.$el.textContent).not.toContain('folder');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue