]> code.delx.au - dotemacs/blob - snippets/js-mode/jasmine-beforeEach
yasnippet
[dotemacs] / snippets / js-mode / jasmine-beforeEach
1 # name: jasmine-it-beforeEach
2 # key: be
3 # --
4 beforeEach(() => {
5 $0
6 });