We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f777d4 commit ec3fd16Copy full SHA for ec3fd16
heft-plugins/heft-jest-plugin/src/JestPlugin.ts
@@ -971,7 +971,6 @@ export default class JestPlugin implements IHeftTaskPlugin<IJestPluginOptions> {
971
972
// Example: @rushstack/heft-jest-plugin/path/to/file.js
973
if (propertyValue.startsWith(PLUGIN_PACKAGE_NAME)) {
974
- debugger;
975
let restOfPath: string = path.posix.normalize(
976
'./' + propertyValue.slice(PLUGIN_PACKAGE_NAME.length)
977
);
0 commit comments