ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Jasmine Matchers ES6 Snippets

by JamieMason ALL

ES6 Snippets for Jest & Jasmine Matchers.

Details

Installs

  • Total 2K
  • Win 877
  • Mac 590
  • Linux 185
Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Jasmine Matchers ES6 Snippets

Snippets to ease development with Jasmine Matchers.

In order to use the snippets, just enter the shortcode and press Tab.

Each snippet should be easy to remember as they follow the first and capital letters of each matcher, such as tohavearrayofbooleans.

Put an n at the beginning for .not cases;

  • tb creates expect(instance).toBe(instance)
  • ntb creates expect(instance).not.toBe(instance)

$1, $2 etc shows the position where the caret will appear after you've inserted a snippet. Pressing Tab again will move the caret to the next $n.

OSZAR »