Commit 87229cb0 authored by Phil Hughes's avatar Phil Hughes

fixed markdown_spec.js

parent 83ab63de
...@@ -48,7 +48,7 @@ describe('Markdown component', () => { ...@@ -48,7 +48,7 @@ describe('Markdown component', () => {
}); });
Vue.nextTick(() => { Vue.nextTick(() => {
expect(vm.$el.querySelector('a').getAttribute('href')).toBeNull(); expect(vm.$el.querySelector('a')).toBeNull();
done(); done();
}); });
......
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