Commit 7162b5eb authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Started on repo tabs spec

parent f235a51e
import Vue from 'vue';
import repoTabs from '~/repo/repo_tabs.vue';
describe('RepoTabss', () => {
const RepoTabs = Vue.extend(repoTabs);
function createComponent() {
return new RepoTabs().$mount();
}
it('renders a list of tabs', () => {
});
it('does not render a tabs list if no isMini', () => {
});
});
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