Skip to content

Commit ec3fd16

Browse files
committed
fixup! Fix an issue with heft-jest-plugin/lib paths.
1 parent 0f777d4 commit ec3fd16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

heft-plugins/heft-jest-plugin/src/JestPlugin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,6 @@ export default class JestPlugin implements IHeftTaskPlugin<IJestPluginOptions> {
971971

972972
// Example: @rushstack/heft-jest-plugin/path/to/file.js
973973
if (propertyValue.startsWith(PLUGIN_PACKAGE_NAME)) {
974-
debugger;
975974
let restOfPath: string = path.posix.normalize(
976975
'./' + propertyValue.slice(PLUGIN_PACKAGE_NAME.length)
977976
);

0 commit comments

Comments
 (0)