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
53c3b14b
Commit
53c3b14b
authored
Apr 25, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
c21e8fdf
1e2d4a21
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
2 deletions
+7
-2
changelogs/unreleased/refactor-58829-migrate-notes-spec-to-jest.yml
.../unreleased/refactor-58829-migrate-notes-spec-to-jest.yml
+5
-0
spec/frontend/vue_shared/components/notes/placeholder_note_spec.js
...tend/vue_shared/components/notes/placeholder_note_spec.js
+1
-1
spec/frontend/vue_shared/components/notes/placeholder_system_note_spec.js
...e_shared/components/notes/placeholder_system_note_spec.js
+1
-1
spec/frontend/vue_shared/components/notes/system_note_spec.js
.../frontend/vue_shared/components/notes/system_note_spec.js
+0
-0
No files found.
changelogs/unreleased/refactor-58829-migrate-notes-spec-to-jest.yml
0 → 100644
View file @
53c3b14b
---
title
:
'
Refactored
notes
tests
from
Karma
to
Jest'
merge_request
:
27648
author
:
Martin Hobert
type
:
other
spec/
javascripts
/vue_shared/components/notes/placeholder_note_spec.js
→
spec/
frontend
/vue_shared/components/notes/placeholder_note_spec.js
View file @
53c3b14b
import
Vue
from
'
vue
'
;
import
issuePlaceholderNote
from
'
~/vue_shared/components/notes/placeholder_note.vue
'
;
import
createStore
from
'
~/notes/stores
'
;
import
{
userDataMock
}
from
'
../../../notes/mock_data
'
;
import
{
userDataMock
}
from
'
../../../
../javascripts/
notes/mock_data
'
;
describe
(
'
issue placeholder system note component
'
,
()
=>
{
let
store
;
...
...
spec/
javascripts
/vue_shared/components/notes/placeholder_system_note_spec.js
→
spec/
frontend
/vue_shared/components/notes/placeholder_system_note_spec.js
View file @
53c3b14b
import
Vue
from
'
vue
'
;
import
placeholderSystemNote
from
'
~/vue_shared/components/notes/placeholder_system_note.vue
'
;
import
mountComponent
from
'
spec/
helpers/vue_mount_component_helper
'
;
import
mountComponent
from
'
helpers/vue_mount_component_helper
'
;
describe
(
'
placeholder system note component
'
,
()
=>
{
let
PlaceholderSystemNote
;
...
...
spec/
javascripts
/vue_shared/components/notes/system_note_spec.js
→
spec/
frontend
/vue_shared/components/notes/system_note_spec.js
View file @
53c3b14b
File moved
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