Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
f3832bd18fc9
Commit
89a4e02f
authored
Jan 18, 2018
by
Simon Knox
Browse files
consistent code style
parent
3fb4fc9f7bb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/javascripts/boards/utils/query_data_spec.js
View file @
f3832bd1
...
...
@@ -2,9 +2,8 @@ import queryData from '~/boards/utils/query_data';
describe
(
'
queryData
'
,
()
=>
{
it
(
'
parses path for label with trailing +
'
,
()
=>
{
const
path
=
'
label_name[]=label%2B
'
;
expect
(
queryData
(
path
,
{}),
queryData
(
'
label_name[]=label%2B
'
,
{}),
).
toEqual
({
label_name
:
[
'
label+
'
],
});
...
...
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