Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TAM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
TAM
Commits
db204853
Commit
db204853
authored
Jun 13, 2018
by
Geert Habben Jansen
Browse files
Options
Downloads
Patches
Plain Diff
Fix copy-paste errors in test naming
parent
cab6d4bf
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!76
Frontend availability
,
!129
Dev to Master
Pipeline
#75691
passed
Jun 13, 2018
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/store/modules/__tests__/availability.js
+2
-2
2 additions, 2 deletions
frontend/src/store/modules/__tests__/availability.js
with
2 additions
and
2 deletions
frontend/src/store/modules/__tests__/availability.js
+
2
−
2
View file @
db204853
...
...
@@ -36,7 +36,7 @@ const limits =
},
];
describe
(
'
The availability
store
store
'
,
()
=>
{
describe
(
'
The availability store
'
,
()
=>
{
it
(
'
Should be initialized with the correct values
'
,
()
=>
{
expect
(
store
.
state
.
availableTimeslots
).
toEqual
([]);
expect
(
store
.
state
.
preferredTimeslots
).
toEqual
([]);
...
...
@@ -66,7 +66,7 @@ describe('Availability mutations', () => {
});
});
describe
(
'
Courses
actions
'
,
()
=>
{
describe
(
'
Availability
actions
'
,
()
=>
{
const
actions
=
store
.
actions
;
let
context
;
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment