Artem Govorov

Results 236 comments of Artem Govorov

> What is the reasoning behind removing the node shebang? I can see this only causing issues. Node properly handles the shebang even if another file is requiring the file....

> I'm not understanding why jest works without additional configuration, but wallaby doesn't when they are essentially doing the exact same thing. Fair enough, we'll look into supporting node shebang...

Hello, thanks for being our long term user! > I was wondering whether there is broader interest in supporting generated tests. Wallaby should support generated tests well, right now we...

At the moment wallaby config can only be placed in the root folder (equal or above tests and files). Thanks for the idea, changing project dir setting is a good...

And thanks for your note about `localProjectDir` ending, will fix it.

`localProjectDir` ending is [fixed](https://github.com/wallabyjs/public/blob/master/CHANGELOG.md#core-1028-2015-04-21)

@fvanwijk No news yet, I'll post some updates here when there's some news.

@asnov You can try and use [this approach](https://wallabyjs.com/docs/integration/node.html#node-modules-in-subfolder) and add this to your wallaby config in the subfolder: ``` javascript ... var path = require('path'); process.env.NODE_PATH = path.join(__dirname, '..', 'node_modules');...

@boneskull In your case, wouldn't this work: `my-project/wallaby.config.js`: ```javascript module.exports = require('my-wallaby-config/wallaby.config'); ```

@kuechlerm Not at the moment, but I'll post an update here when there's some.