add js testing snippets

This commit is contained in:
Thomas Ruoff
2020-11-15 22:22:07 +01:00
parent fdd4167058
commit ff27e546b6
5 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# name: beforeEachBlock
# key: bfe
# --
beforeEach('$1', () => {
$0
})