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
2704c4a5
Commit
2704c4a5
authored
Apr 08, 2019
by
Winnie Hellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hard code test name in timeline_entry_item_spec.js
parent
41c5733f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
app/assets/javascripts/vue_shared/components/notes/timeline_entry_item.vue
...ripts/vue_shared/components/notes/timeline_entry_item.vue
+0
-6
spec/frontend/vue_shared/components/notes/timeline_entry_item_spec.js
...d/vue_shared/components/notes/timeline_entry_item_spec.js
+1
-1
No files found.
app/assets/javascripts/vue_shared/components/notes/timeline_entry_item.vue
View file @
2704c4a5
<
script
>
export
default
{
name
:
'
TimelineEntryItem
'
,
};
</
script
>
<
template
>
<li
class=
"timeline-entry"
>
<div
class=
"timeline-entry-inner"
><slot></slot></div>
...
...
spec/frontend/vue_shared/components/notes/timeline_entry_item_spec.js
View file @
2704c4a5
import
{
shallowMount
,
createLocalVue
}
from
'
@vue/test-utils
'
;
import
TimelineEntryItem
from
'
~/vue_shared/components/notes/timeline_entry_item.vue
'
;
describe
(
TimelineEntryItem
.
name
,
()
=>
{
describe
(
`TimelineEntryItem`
,
()
=>
{
let
wrapper
;
const
factory
=
(
options
=
{})
=>
{
...
...
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