issues
search
mediacurrent
/
theme_generator_8
Yeoman generator for Drupal Themes - lets you quickly set up a Drupal 8 theme with sensible defaults and best practices.
MIT License
100
stars
24
forks
source link
Fix pretest run
#45
Closed
pmallett-mc
closed
5 years ago
pmallett-mc
commented
5 years ago
This gets
npm test
past the gulp pretest task.
added isparta so istanbul can parse async/await
factored out object spread because istanbul cannot parse that
This gets
npm test
past the gulp pretest task.