Skip to content

Commit

Permalink
fix two unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed Jun 6, 2023
1 parent e395fa5 commit 934373d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/transformers/test/parse-events.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ describe('parse events', () => {
resolved: `"ios" | "md"`,
references: {
Mode: {
id: 'module.tsx::Mode',
location: 'local',
path: 'module.tsx',
},
Expand Down
1 change: 1 addition & 0 deletions src/compiler/transformers/test/parse-props.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ describe('parse props', () => {
references: {
Object: {
location: 'global',
id: 'global::Object',
},
},
resolved: 'Object',
Expand Down

0 comments on commit 934373d

Please sign in to comment.