bryceosterhaus / atom-jest-snippets

:atom: :black_joker: Atom editor snippets for Jest
https://atom.io/packages/atom-jest-snippets
11 stars 9 forks source link

Support Different Quote Types #5

Closed gone369 closed 6 years ago

gone369 commented 6 years ago

It'll be great if there was a dropdown menu in settings to select the different types of quotes that can be used for snippets. I was thinking to support: '' "" `` these 3. So for example the desc snippet can be either: describe('', ()=>{}) describe("", ()=>{}) describe(``, ()=>{})

gone369 commented 6 years ago

I requested a pull request for this feature. https://github.com/bryceosterhaus/atom-jest-snippets/pull/6

bryceosterhaus commented 6 years ago

Thanks for the contribution! Just released in 2.1.0