Changed failing karma spec

This commit is contained in:
Phil Hughes 2019-01-07 10:29:26 +00:00
parent 0cc911f5ba
commit 5b8c806bee
No known key found for this signature in database
GPG Key ID: 32245528C52E0F9F
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ describe('IDE File finder item spec', () => {
it('renders list of blobs', () => {
expect(vm.$el.textContent).toContain('index.js');
expect(vm.$el.textContent).toContain('component.js');
expect(vm.$el.textContent).not.toContain('folder');
});