Skip to content

Commit

Permalink
refactor(core): fix typo on spec files name
Browse files Browse the repository at this point in the history
  • Loading branch information
micalevisk committed Jun 4, 2022
1 parent f988bd9 commit bf25d6b
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 0 deletions.
Expand Up @@ -35,6 +35,7 @@ describe('DebugReplFn', () => {
select: sinon.spy(),
};
replContext = new ReplContext(mockApp as any);
// replContext.setReplScope({})
});

beforeEach(() => {
Expand Down

0 comments on commit bf25d6b

Please sign in to comment.