Commit e66a25a2 authored by Simon Knox's avatar Simon Knox

consistent code style

parent 6093b2a1
......@@ -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+'],
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment