yoavniran / jest-jspm

converts jspm aliasing config into jest mapping config
Do What The F*ck You Want To Public License
2 stars 4 forks source link

fix tests, closes #1 #3

Closed ArmorDarks closed 7 years ago

ArmorDarks commented 7 years ago

Fix tests es6 syntax not transpiling for older Node, resolves #1

ArmorDarks commented 7 years ago

Your Circle instance for some reason do not run builds for PRs, so can't tell does it help, but it should solve issue.

ArmorDarks commented 7 years ago

Though, I don't know will it work with gulp-jest or not.

To be honest, I'd highly advise not using Gulp for this, since it is mostly useless wrapper. Instead, just write you config in package.json and invoke Jest in npm test with jest command.