Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
aa4ac9fa
Commit
aa4ac9fa
authored
Dec 09, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(timerange): fixed broken unit tests
parent
0339a5ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
public/test/core/utils/rangeutil_specs.ts
+2
-2
No files found.
public/test/core/utils/rangeutil_specs.ts
View file @
aa4ac9fa
...
...
@@ -41,12 +41,12 @@ describe("rangeUtil", () => {
it
(
'should handle now/d'
,
()
=>
{
var
info
=
rangeUtil
.
describeTextRange
(
'now/d'
);
expect
(
info
.
display
).
to
.
be
(
'T
he
day so far'
);
expect
(
info
.
display
).
to
.
be
(
'T
o
day so far'
);
});
it
(
'should handle now/w'
,
()
=>
{
var
info
=
rangeUtil
.
describeTextRange
(
'now/w'
);
expect
(
info
.
display
).
to
.
be
(
'Week
to date
'
);
expect
(
info
.
display
).
to
.
be
(
'Week
so far
'
);
});
});
...
...
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