Skip to content

Commit

Permalink
fix(core): right storage of internal stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Jul 4, 2021
1 parent eabaf78 commit ba0b64b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const hooks: {
after: [],
before: [],
};
ngMocksUniverse.global.set('reporter-stack', hooks);
ngMocksUniverse.global.set('faster-hooks', hooks);

const configureTestingModule =
(original: TestBedStatic['configureTestingModule']): TestBedStatic['configureTestingModule'] =>
Expand Down

0 comments on commit ba0b64b

Please sign in to comment.