Skip to content

Commit

Permalink
more ts
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Nov 6, 2023
1 parent 78e6b60 commit ee46ff4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/feedback/test/widget/Dialog.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ function renderDialog({
formTitle = 'Feedback',
defaultName = 'Foo Bar',
defaultEmail = 'foo@example.com',
colorScheme = 'light',
nameLabel = 'Name',
namePlaceholder = 'Your full name',
emailLabel = 'Email',
Expand All @@ -32,6 +33,7 @@ function renderDialog({
showBranding,
defaultName,
defaultEmail,
colorScheme,
nameLabel,
namePlaceholder,
emailLabel,
Expand Down
1 change: 1 addition & 0 deletions packages/feedback/test/widget/createWidget.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const DEFAULT_OPTIONS = {
autoInject: true,
showEmail: true,
showName: true,
showBranding: false,
useSentryUser: {
email: 'email',
name: 'username',
Expand Down

0 comments on commit ee46ff4

Please sign in to comment.