mattmcmanus / atom-ember-snippets

Ember.js ES6 snippets for Atom
https://atom.io/packages/ember-snippets
MIT License
38 stars 22 forks source link

Change pauseTest snippet #41

Closed Exelord closed 6 years ago

Exelord commented 6 years ago

await pauseTest() should be changed to await this.pauseTest() as its assigned to context thanks to: https://github.com/emberjs/ember-qunit#setup-tests

Thanks to that, this call is more popular when debugging test

https://github.com/mattmcmanus/atom-ember-snippets/blob/99eb8cdd7c9f6abb14a685cd611330b79a6ad0cd/snippets/ember.cson#L362-L367

mattmcmanus commented 6 years ago

Published in 3.0.0!