Skip to content

Commit

Permalink
fix(ts-transform-paths): tests for resolve relative paths, #10
Browse files Browse the repository at this point in the history
  • Loading branch information
Marty Mcfly committed Feb 6, 2019
1 parent 6f35ba5 commit a41585e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ts-transform-paths/__tests__/transforms.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@ exports.application = application_1.default;`,
module: ts.ModuleKind.ESNext,
paths: {
'someRoot/*': ['lib/*'],
'*': [
'./types/*'
],
},
},
}
Expand Down

0 comments on commit a41585e

Please sign in to comment.