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

Remove fdescs

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