Closed xfg closed 3 years ago
Did you install the jest-cli locally?
Yes, I installed jest-cli locally as the readme recommended.
It seems to work when you pass the directory where your test lives instead of the path of the testfile itself:
const paths = {
specs: {
src: ['tests/']
}
};
does it work if you remove testEnvironment
?
please reopen if issue still persists.
I am trying to use this plugin in node.js environment but get error
gulpfile
When I use jest directly then all work as expected. What am I doing wrong?