fixed markdown_spec.js

This commit is contained in:
Phil Hughes 2018-01-17 10:24:22 +00:00
parent 83ab63de34
commit 87229cb08b
No known key found for this signature in database
GPG Key ID: 32245528C52E0F9F
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ describe('Markdown component', () => {
});
Vue.nextTick(() => {
expect(vm.$el.querySelector('a').getAttribute('href')).toBeNull();
expect(vm.$el.querySelector('a')).toBeNull();
done();
});