Skip to content

Commit

Permalink
Bug 1528855 - [release 126] [sync] Bug 1527122 - Update Debugger Fron…
Browse files Browse the repository at this point in the history
…tend (Release 125). r=dwalsh. r=dwalsh
  • Loading branch information
Jason Laster committed Feb 19, 2019
1 parent f4c8109 commit 62505f5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ describe("loading the debugger", () => {
// add a source without the breakpoints
const reloadedSource = makeSource("magic.js");
await dispatch(actions.newSource(reloadedSource));
await dispatch(actions.newSource(makeSource("gen.js")));

expect(selectors.getBreakpointCount(getState())).toEqual(0);
// manually sync
Expand Down Expand Up @@ -161,7 +160,6 @@ describe("loading the debugger", () => {
// add a source without the breakpoints
const reloadedSource = makeSource("magic.js");
await dispatch(actions.newSource(reloadedSource));
await dispatch(actions.newSource(makeSource("gen.js")));

expect(selectors.getBreakpointCount(getState())).toEqual(0);
// manually sync
Expand Down

0 comments on commit 62505f5

Please sign in to comment.