Commit 79aad4e7 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Remove fdescs

parent f64a7c47
......@@ -134,7 +134,7 @@ describe('RepoCommitSection', () => {
});
});
fdescribe('methods', () => {
describe('methods', () => {
describe('resetCommitState', () => {
it('should reset store vars and scroll to top', () => {
const vm = {
......
......@@ -48,7 +48,7 @@ describe('RepoTabs', () => {
expect(vm.$el.classList.contains('overflown')).toBeFalsy();
});
fdescribe('methods', () => {
describe('methods', () => {
describe('xClicked', () => {
it('calls removeFromOpenedFiles with file obj', () => {
const 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