Skip to content

Commit b6f0e67

Browse files
committed
chore: fix typecheck
1 parent 235709f commit b6f0e67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/__tests__/config.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ test('resetToDefaults() resets internal config to defaults', () => {
3333
hostComponentNames: {
3434
text: 'A',
3535
textInput: 'A',
36+
image: 'A',
3637
switch: 'A',
3738
scrollView: 'A',
3839
modal: 'A',
@@ -41,6 +42,7 @@ test('resetToDefaults() resets internal config to defaults', () => {
4142
expect(getConfig().hostComponentNames).toEqual({
4243
text: 'A',
4344
textInput: 'A',
45+
image: 'A',
4446
switch: 'A',
4547
scrollView: 'A',
4648
modal: 'A',

0 commit comments

Comments
 (0)