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
e2a6b74f
Commit
e2a6b74f
authored
Aug 05, 2020
by
peterhegman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update skeleton loader snapshot
To account for changes to `GLSkeletonLoader`
parent
7d6a27e2
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
414 additions
and
313 deletions
+414
-313
spec/frontend/vue_shared/components/resizable_chart/__snapshots__/skeleton_loader_spec.js.snap
...esizable_chart/__snapshots__/skeleton_loader_spec.js.snap
+412
-311
spec/frontend/vue_shared/components/resizable_chart/skeleton_loader_spec.js
...shared/components/resizable_chart/skeleton_loader_spec.js
+2
-2
No files found.
spec/frontend/vue_shared/components/resizable_chart/__snapshots__/skeleton_loader_spec.js.snap
View file @
e2a6b74f
This diff is collapsed.
Click to expand it.
spec/frontend/vue_shared/components/resizable_chart/skeleton_loader_spec.js
View file @
e2a6b74f
import
{
shallowM
ount
}
from
'
@vue/test-utils
'
;
import
{
m
ount
}
from
'
@vue/test-utils
'
;
import
ChartSkeletonLoader
from
'
~/vue_shared/components/resizable_chart/skeleton_loader.vue
'
;
describe
(
'
Resizable Skeleton Loader
'
,
()
=>
{
let
wrapper
;
const
createComponent
=
(
propsData
=
{})
=>
{
wrapper
=
shallowM
ount
(
ChartSkeletonLoader
,
{
wrapper
=
m
ount
(
ChartSkeletonLoader
,
{
propsData
,
});
};
...
...
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