Remove fdescs

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册