Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f67862a3
Commit
f67862a3
authored
Jul 13, 2018
by
Winnie Hellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflict in spec/javascripts/test_bundle.js
parent
93872b9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
20 deletions
+0
-20
spec/javascripts/test_bundle.js
spec/javascripts/test_bundle.js
+0
-20
No files found.
spec/javascripts/test_bundle.js
View file @
f67862a3
...
@@ -172,7 +172,6 @@ if (process.env.BABEL_ENV === 'coverage') {
...
@@ -172,7 +172,6 @@ if (process.env.BABEL_ENV === 'coverage') {
];
];
describe
(
'
Uncovered files
'
,
function
()
{
describe
(
'
Uncovered files
'
,
function
()
{
<<<<<<<
HEAD
const
sourceFilesContexts
=
[
const
sourceFilesContexts
=
[
require
.
context
(
'
~
'
,
true
,
/
\.(
js|vue
)
$/
),
require
.
context
(
'
~
'
,
true
,
/
\.(
js|vue
)
$/
),
require
.
context
(
'
ee
'
,
true
,
/
\.(
js|vue
)
$/
),
require
.
context
(
'
ee
'
,
true
,
/
\.(
js|vue
)
$/
),
...
@@ -187,25 +186,6 @@ if (process.env.BABEL_ENV === 'coverage') {
...
@@ -187,25 +186,6 @@ if (process.env.BABEL_ENV === 'coverage') {
// ignore if there is a matching spec file
// ignore if there is a matching spec file
if
(
allTestFiles
.
indexOf
(
`
${
path
.
replace
(
/
\.(
js|vue
)
$/
,
''
)}
_spec`
)
>
-
1
)
{
if
(
allTestFiles
.
indexOf
(
`
${
path
.
replace
(
/
\.(
js|vue
)
$/
,
''
)}
_spec`
)
>
-
1
)
{
return
;
return
;
=======
const
sourceFiles
=
require
.
context
(
'
~
'
,
true
,
/
\.(
js|vue
)
$/
);
$
.
holdReady
(
true
);
sourceFiles
.
keys
().
forEach
(
function
(
path
)
{
// ignore if there is a matching spec file
if
(
testsContext
.
keys
().
indexOf
(
`
${
path
.
replace
(
/
\.(
js|vue
)
$/
,
''
)}
_spec`
)
>
-
1
)
{
return
;
}
it
(
`includes '
${
path
}
'`
,
function
()
{
try
{
sourceFiles
(
path
);
}
catch
(
err
)
{
if
(
troubleMakers
.
indexOf
(
path
)
===
-
1
)
{
expect
(
err
).
toBeNull
();
}
>>>>>>>
upstream
/
master
}
}
it
(
`includes '
${
path
}
'`
,
function
()
{
it
(
`includes '
${
path
}
'`
,
function
()
{
...
...
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