Commit 24ac2ea8 authored by Mike Greiling's avatar Mike Greiling

fix test failures in repo_preview_spec.js

parent 0b2ad830
...@@ -18,6 +18,6 @@ describe('RepoPreview', () => { ...@@ -18,6 +18,6 @@ describe('RepoPreview', () => {
const vm = createComponent(); const vm = createComponent();
expect(vm.$el.tagName).toEqual('DIV'); expect(vm.$el.tagName).toEqual('DIV');
expect(vm.$el.innerHTML).toEqual(activeFile.html); expect(vm.$el.innerHTML).toContain(activeFile.html);
}); });
}); });
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment