diff --git a/README.md b/README.md index 3bf0e4db69e..cdeaa4c8cf7 100644 --- a/README.md +++ b/README.md @@ -33,5 +33,3 @@ Interested in contributing in a big way? Consider joining our team! We're hiring Code contributions are welcome! Please commit any pull requests against the `main` branch. Learn more about how to contribute by reading the [Contributing Guidelines](https://contributing.bitwarden.com/contributing/). Check out the [Contributing Documentation](https://contributing.bitwarden.com/) for how to get started with your first contribution. Security audits and feedback are welcome. Please open an issue or email us privately if the report is sensitive in nature. You can read our security policy in the [`SECURITY.md`](SECURITY.md) file. - -Run PR diff --git a/jest.config.js b/jest.config.js index e5aeb536172..0e1a4de8f3d 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,3 +1,4 @@ +// TODO: Remove this comment - added to trigger CI workflows for pnpm timing analysis const { pathsToModuleNameMapper } = require("ts-jest"); const { compilerOptions } = require("./tsconfig.base");