issues
search
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
added quote type setting feature
#6
Closed
gone369
closed
6 years ago
gone369
commented
6 years ago
Added a dropdown menu in settings to select from either single quote, double quote, or dash quote
injected the quoteType variable throughout generate scripts.
added quoteType variable as a mustache variable
handled escaping of double quotes upon mustache render
Fixed all mustache template files to utilize the quote variable in replace of single quotes.