Skip to content

Commit c8fcf7d

Browse files
author
Walker Leite
committed
test(account): fix syntax error
1 parent 83e72cd commit c8fcf7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/server/models/account.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ describe('Account', () => {
55
const email = '936ue5+4bnywbeje42pw@sharklasers.com';
66
let server, testAccount, Account;
77

8-
beforeEach(asyn () => {
8+
beforeEach(async() => {
99
server = await createLoopback();
1010
Account = server.models.Account;
1111
testAccount = await Account.create({

0 commit comments

Comments
 (0)