BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
79aad4e7
Unverified
Commit
79aad4e7
authored
Aug 07, 2017
by
Luke "Jared" Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove fdescs
parent
f64a7c47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
repo_commit_section_spec.js
spec/javascripts/repo/components/repo_commit_section_spec.js
+1
-1
repo_tabs_spec.js
spec/javascripts/repo/components/repo_tabs_spec.js
+1
-1
No files found.
spec/javascripts/repo/components/repo_commit_section_spec.js
View file @
79aad4e7
...
@@ -134,7 +134,7 @@ describe('RepoCommitSection', () => {
...
@@ -134,7 +134,7 @@ describe('RepoCommitSection', () => {
});
});
});
});
f
describe
(
'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
=
{
...
...
spec/javascripts/repo/components/repo_tabs_spec.js
View file @
79aad4e7
...
@@ -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
();
});
});
f
describe
(
'methods'
,
()
=>
{
describe
(
'methods'
,
()
=>
{
describe
(
'xClicked'
,
()
=>
{
describe
(
'xClicked'
,
()
=>
{
it
(
'calls removeFromOpenedFiles with file obj'
,
()
=>
{
it
(
'calls removeFromOpenedFiles with file obj'
,
()
=>
{
const
file
=
{};
const
file
=
{};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment