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
19737aea
Commit
19737aea
authored
Nov 06, 2017
by
Winnie Hellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove parsePikadayDate test
parent
0713188b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
spec/javascripts/lib/utils/datefix_spec.js
spec/javascripts/lib/utils/datefix_spec.js
+2
-4
No files found.
spec/javascripts/lib/utils/datefix_spec.js
View file @
19737aea
import
{
pad
,
p
arsePikadayDate
,
p
ikadayToString
}
from
'
~/lib/utils/datefix
'
;
import
{
pad
,
pikadayToString
}
from
'
~/lib/utils/datefix
'
;
describe
(
'
datefix
'
,
()
=>
{
describe
(
'
datefix
'
,
()
=>
{
describe
(
'
pad
'
,
()
=>
{
describe
(
'
pad
'
,
()
=>
{
...
@@ -16,9 +16,7 @@ describe('datefix', () => {
...
@@ -16,9 +16,7 @@ describe('datefix', () => {
});
});
describe
(
'
parsePikadayDate
'
,
()
=>
{
describe
(
'
parsePikadayDate
'
,
()
=>
{
it
(
'
should return a UTC date
'
,
()
=>
{
// removed because of https://gitlab.com/gitlab-org/gitlab-ce/issues/39834
expect
(
parsePikadayDate
(
'
2020-01-29
'
)).
toEqual
(
new
Date
(
'
2020-01-29
'
));
});
});
});
describe
(
'
pikadayToString
'
,
()
=>
{
describe
(
'
pikadayToString
'
,
()
=>
{
...
...
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