Commit e4ff8407 authored by Tim Zallmann's avatar Tim Zallmann

Fix of Linting error

parent 8cb16fb8
...@@ -45,7 +45,7 @@ describe('RepoFile', () => { ...@@ -45,7 +45,7 @@ describe('RepoFile', () => {
expect(vm.$el.querySelector('.fa-spin.fa-spinner')).toBeFalsy(); expect(vm.$el.querySelector('.fa-spin.fa-spinner')).toBeFalsy();
}); });
it('does not render commit message and datetime if mini', (done) => { it('does not render commit message and datetime if mini', (done) => {
vm = createComponent({ vm = createComponent({
file: file(), file: file(),
}); });
......
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