Skip to content

Commit

Permalink
Add test for checking logged import error
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-atr committed Nov 14, 2022
1 parent 3b228a6 commit c521ec8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/scriptlets/log-on-stack-trace.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
hit,
// following helpers should be imported and injected
// because they are used by helpers above
isEmptyObject,
} from '../helpers/index';

/* eslint-disable max-len */
Expand Down Expand Up @@ -107,5 +106,4 @@ logOnStacktrace.injections = [
getPropertyInChain,
setPropertyAccess,
hit,
isEmptyObject,
];

0 comments on commit c521ec8

Please sign in to comment.