]> code.delx.au - dotemacs/blobdiff - snippets/js-mode/jasmine-beforeEach-willResolve-async
no need for willResolve now Jasmine supports returning promises
[dotemacs] / snippets / js-mode / jasmine-beforeEach-willResolve-async
diff --git a/snippets/js-mode/jasmine-beforeEach-willResolve-async b/snippets/js-mode/jasmine-beforeEach-willResolve-async
deleted file mode 100644 (file)
index 0a2cfcc..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-# name: jasmine-beforeEach-willResolve-async
-# key: bea
-# --
-beforeEach(willResolve(async () => {
-    await ${0:Promise.resolve());
-}));