Prettier format all js files

This commit is contained in:
George Drummond
2019-01-24 09:38:43 -05:00
parent 20604e6ca9
commit 619bc9fe59
32 changed files with 553 additions and 443 deletions

View File

@@ -15,8 +15,8 @@ describe('ConfirmationPopover', () => {
cancel_btn_text: 'Cancel',
confirm_btn_text: 'Confirm',
confirm_msg: 'Are you sure you want to do that?',
csrf_token: '42'
}
csrf_token: '42',
},
})
it('matches snapshot', () => {
@@ -29,4 +29,3 @@ describe('ConfirmationPopover', () => {
expect(input.attributes('value')).toBe('42')
})
})