Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Mar 13, 2020
1 parent e136ef0 commit 08a7a0d
Show file tree
Hide file tree
Showing 9 changed files with 2,748 additions and 1,104 deletions.
2 changes: 1 addition & 1 deletion core/instrument/src/babel/follow-imports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const followImports = (
exportedAs: findExport.name,
loc: findExport.loc,
from: '',
source,
source: components?.storeSourceFile ? source : undefined,
};
} else {
const resolvedFilePath = resolve.sync(findExport.from, {
Expand Down
Loading

0 comments on commit 08a7a0d

Please sign in to comment.