Commit e45b663e authored by Phil Hughes's avatar Phil Hughes Committed by Oswaldo Ferreira

fixed markdown_spec.js

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