Skip to content

Commit 857cf50

Browse files
committed
Remove debugger statement
1 parent afd95cc commit 857cf50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/lib/tasks/bundlers/generateStandaloneAppBundle.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ test.serial.only("execute module bundler with taskUtil", async (t) => {
206206
namespace: "some/project/namespace"
207207
}
208208
};
209-
debugger;
210209
await generateStandaloneAppBundle(params);
211210

212211
t.is(t.context.moduleBundlerStub.callCount, 2);

0 commit comments

Comments
 (0)