Skip to content

Commit

Permalink
fix(typescript) enum imports
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman committed Jun 6, 2023
1 parent 4e04a40 commit e263253
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/codegen/__snapshots__/codegen.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4100,11 +4100,11 @@ exports[`codegen #formats check we can convert all formats from namespace unvers

// Warning: Beware of circular dependencies when modifying these imports
import type {
IState,
State,
IAddress,
ICompany,
IDepartment,
ILaptopMake
Department,
LaptopMake
} from './org.acme.hr';

// Warning: Beware of circular dependencies when modifying these imports
Expand Down Expand Up @@ -8947,11 +8947,11 @@ exports[`codegen #formats check we can convert all formats from namespace versio

// Warning: Beware of circular dependencies when modifying these imports
import type {
IState,
State,
IAddress,
ICompany,
IDepartment,
ILaptopMake
Department,
LaptopMake
} from './[email protected]';

// Warning: Beware of circular dependencies when modifying these imports
Expand Down

0 comments on commit e263253

Please sign in to comment.