Commit 62b621f1 authored by minahilnichols's avatar minahilnichols

Run prettier

parent 40c2cb59
...@@ -73,10 +73,10 @@ describe('RegistrationForm', () => { ...@@ -73,10 +73,10 @@ describe('RegistrationForm', () => {
}); });
it.each` it.each`
testid | value testid | value
${'role'} | ${'Software Engineer'} ${'role'} | ${'Software Engineer'}
${'jtbd'} | ${'Jobs to be done'} ${'jtbd'} | ${'Jobs to be done'}
${'comment'} | ${'A comment'} ${'comment'} | ${'A comment'}
`('has the hidden injected value for $testid', ({ testid, value }) => { `('has the hidden injected value for $testid', ({ testid, value }) => {
expect(findFormInput(testid).attributes('value')).toBe(value); expect(findFormInput(testid).attributes('value')).toBe(value);
}); });
......
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