Commit fe0f2274 authored by Rajat Jain's avatar Rajat Jain

Prettier fix on Epic token spec

parent f0a50b55
...@@ -71,7 +71,7 @@ describe('EpicToken', () => { ...@@ -71,7 +71,7 @@ describe('EpicToken', () => {
describe('currentValue', () => { describe('currentValue', () => {
it.each` it.each`
data | id data | id
${`${mockEpics[0].title }::&${ mockEpics[0].iid}`} | ${mockEpics[0].iid} ${`${mockEpics[0].title}::&${mockEpics[0].iid}`} | ${mockEpics[0].iid}
${mockEpics[0].iid} | ${mockEpics[0].iid} ${mockEpics[0].iid} | ${mockEpics[0].iid}
${'foobar'} | ${'foobar'} ${'foobar'} | ${'foobar'}
`('$data returns $id', async ({ data, id }) => { `('$data returns $id', async ({ data, id }) => {
......
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