We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e72cd commit c8fcf7dCopy full SHA for c8fcf7d
template/server/models/account.spec.js
@@ -5,7 +5,7 @@ describe('Account', () => {
5
const email = '936ue5+4bnywbeje42pw@sharklasers.com';
6
let server, testAccount, Account;
7
8
- beforeEach(asyn () => {
+ beforeEach(async() => {
9
server = await createLoopback();
10
Account = server.models.Account;
11
testAccount = await Account.create({
0 commit comments