Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 3, 2024
1 parent b2e9279 commit 5aaa627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/__tests__/cli/custom-extensions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ describe('CLI: custom extensions', () => {
2 export { Greeting as Greeting2 } from './re-export.gts';
~~~~~~~~~~~~~~~~~
barrel.ts:3:21 - error TS5097: An import path can only end with a '.ts' extension when 'allowImportingTsExtensions' is enabled.
barrel.ts:3:21 - error TS2691: An import path cannot end with a '.ts' extension. Consider importing './vanilla.js' instead.
3 export { two } from './vanilla.ts';
~~~~~~~~~~~~~~
Expand Down

0 comments on commit 5aaa627

Please sign in to comment.