Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
lib-ical
Commits
803ebee9
Commit
803ebee9
authored
Feb 17, 2017
by
Mark Stenglein
Browse files
fix linting issue for ci
parent
bf5369f7
Pipeline
#901
passed with stage
in 18 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/ContentLine.spec.ts
View file @
803ebee9
...
...
@@ -14,7 +14,7 @@ describe("ContentLine", () => {
});
it
(
"
Should create an object
"
,
()
=>
{
let
test
=
new
ContentLine
(
'
name
'
,
[
'
param
'
],
'
value
'
);
let
test
=
new
ContentLine
(
"
name
"
,
[
"
param
"
],
"
value
"
);
let
result
=
true
;
if
(
typeof
test
===
undefined
)
{
...
...
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