Closed optikfluffel closed 9 years ago
Had the same problem -- it seems that /node_modules/gulp-jest/preprocessor.js
expects tests to have *.jsx
file extensions.
I changed Timer-test.js
to Timer-test.jsx
. It doesn't fail anymore, but it also says 0 test passed (0 total)
+1 Same problem.
Hi all, Thanks for your feedback and I found the root cause. I am working on it now :)
Hi @optikfluffel , About the first question, please try 0.21. I refactor build task flow.
Hi @cyrandy @marclar,
Please check the new npm test
task to run jest-cli.
Hi @randylien,
first of all thanks for this generator. But I have some problems getting it all up and running. I have Node (
v0.10.36
), Bower (1.3.12
) and Sass (3.4.12
) installed, ran through the configuration process (the only thing I deselected was jade support) and then tried to run:ctrl + c
and rungulp jest
manually the test fails with:also in my built
app.js
there is strange stuff likegoing on. Do you have a cloud what's wrong on my side here?
Thanks in advance, optikfluffel