wip(backend): Don't require password at signup
This commit is contained in:
parent
19050ce3b7
commit
73ee7cceb3
7 changed files with 159 additions and 1230 deletions
|
@ -19,7 +19,6 @@ export const userTests = async (config, store, chai) => {
|
|||
|
||||
const fields = {
|
||||
email: 'test@freesewing.dev',
|
||||
password: 'test',
|
||||
language: 'fr',
|
||||
}
|
||||
Object.keys(fields).map((key) => {
|
||||
|
@ -193,7 +192,6 @@ export const userTests = async (config, store, chai) => {
|
|||
done()
|
||||
})
|
||||
})
|
||||
|
||||
step(`${store.icon('user', 'jwt')} Should load account (jwt)`, (done) => {
|
||||
chai
|
||||
.request(config.api)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue