Derek Kershner
Derek Kershner
I have already done the work here and am happy to share. I just need to know: - Is there appetite for more web stuff? - What do I name...
Add Jest configuration to the construct for Next.js
Add recommendations for ESLint rules for next.js Project. Mentioned in https://github.com/projen/projen/pull/3241
Generally, peer dependency conflicts are quite common in projen projects. Projen itself and its batteries included approach, and the constructs package are very common culprits. This makes NPM as a...
Fixes https://github.com/projen/projen/issues/3213 PS - This should be the last PR for a bit, in case you were worried. --- By submitting this pull request, I confirm that my contribution is...
More of an RFC, but this should be entirely non-invasive to existing projects, I believe. I propose the implementation of development directories matching other default Jest test matches, namely the...
Currently, two `env` are set, but no additional can be. Also, some settings are set, but no additional can be. I have checked both the input options and methods for...
> Files or glob patterns or directories with source files that include tests and build tools > These sources are linted but may also import packages from `devDependencies`. Providing `src/**/*.test.ts`...
Fixes https://github.com/projen/projen/issues/3630 --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
We should help library authors by excluding supported testing patterns in typescript's tsconfig for publishing. Default test match (each of these in the `src` or `test` folders): ``` "**/__tests__/**/*.[jt]s?(x)", "**/?(*.)+(spec|test).[tj]s?(x)",...