]> code.delx.au - dotemacs/blob - snippets/js-mode/jasmine-beforeEach-willResolve-async
ledger-mode
[dotemacs] / snippets / js-mode / jasmine-beforeEach-willResolve-async
1 # name: jasmine-beforeEach-willResolve-async
2 # key: bea
3 # --
4 beforeEach(willResolve(async () => {
5 await ${0:Promise.resolve());
6 }));