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