| @@ -0,0 +1,8 @@ | |||
| # -*- mode: snippet -*- | |||
| # contributor: ßingen | |||
| # key: ctx | |||
| # name: context test unit | |||
| # -- | |||
| context('$1', () => { | |||
| $0 | |||
| }) | |||
| @@ -0,0 +1,8 @@ | |||
| # -*- mode: snippet -*- | |||
| # contributor: ßingen | |||
| # key: it | |||
| # name: it test unit | |||
| # -- | |||
| it('$1', async () => { | |||
| $0 | |||
| }) | |||