Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. "Tape: Async Test": {
  2. "prefix": "tape",
  3. "body": [
  4. "test('$1', async t => {",
  5. "",
  6. "\t$2",
  7. "",
  8. "\tt.end();",
  9. "});"
  10. ],
  11. "description": "Create an async Tape.js Test"
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement