Carlo Schneider
Carlo Schneider
@codecalm @beeman
@Frangte @anoopsg @Haizone Just PR :)
@MUCHZER :o You right! @beeman
@Nilpo Just commit a README.md and let the community make this happing :blush:
Exclamation works perfectly with `conventionalcommits` preset: ```sh npx conventional-recommended-bump --preset conventionalcommits ```
Maybe a way is to implement the use of variables like this: ```json { "jestrunner.runOptions": [ "--collectCoverageFrom='${projectPath}/test/${filePath}/${fileName}.jsx'" ] } ```
@Adam-Schlichtmann can you share your implementation?
@Adam-Schlichtmann Now I understand what you meant. > Maybe a way to use variables in `jestrunner.runOptions` like: > > ```json > { > "jestrunner.runOptions": [ > "--collectCoverageFrom='${projectPath}/test/${filePath}/${fileName}.jsx'" > ] >...
We have a little problem here, analyzing the scenarios I found that in the case @isaiah-rsi it will be very difficult to deal with the `src` directory using my proposal,...
We could use `path.normalize` but I don't think it will be possible to use `..` after the `src` directory.