提交 24ac2ea8 编写于 作者: M Mike Greiling

fix test failures in repo_preview_spec.js

上级 0b2ad830
......@@ -18,6 +18,6 @@ describe('RepoPreview', () => {
const vm = createComponent();
expect(vm.$el.tagName).toEqual('DIV');
expect(vm.$el.innerHTML).toEqual(activeFile.html);
expect(vm.$el.innerHTML).toContain(activeFile.html);
});
});
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册