Updated front dependencies

This commit is contained in:
Eliot Berriot 2020-02-25 15:42:44 +01:00
commit 7819c60164
No known key found for this signature in database
GPG key ID: 6B501DFD73514E14
7 changed files with 2325 additions and 1820 deletions

View file

@ -159,7 +159,7 @@ describe('store/auth', () => {
payload: {credentials: credentials, onError: spy}
}, () => {
expect(spy.calledOnce).to.equal(true)
done()
done() // eslint-disable-line no-undef
})
})
it('fetchProfile', () => {