Skip to content

Commit 50f8b4f

Browse files
author
Walker Leite
committed
test(boot): refactor test to jest
1 parent 2d813fe commit 50f8b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/test/server/boot.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('boot process', () => {
5555
text: 'Testing email text',
5656
html: '<b>Testing email text</b>',
5757
}, done);
58-
}).slow(5000).timeout(30000);
58+
}, 30000);
5959
});
6060

6161
describe('create-admin.js', () => {

0 commit comments

Comments
 (0)