Skip to content

Commit ee46ff4

Browse files
committed
more ts
1 parent 78e6b60 commit ee46ff4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/feedback/test/widget/Dialog.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ function renderDialog({
1313
formTitle = 'Feedback',
1414
defaultName = 'Foo Bar',
1515
defaultEmail = 'foo@example.com',
16+
colorScheme = 'light',
1617
nameLabel = 'Name',
1718
namePlaceholder = 'Your full name',
1819
emailLabel = 'Email',
@@ -32,6 +33,7 @@ function renderDialog({
3233
showBranding,
3334
defaultName,
3435
defaultEmail,
36+
colorScheme,
3537
nameLabel,
3638
namePlaceholder,
3739
emailLabel,

packages/feedback/test/widget/createWidget.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const DEFAULT_OPTIONS = {
2525
autoInject: true,
2626
showEmail: true,
2727
showName: true,
28+
showBranding: false,
2829
useSentryUser: {
2930
email: 'email',
3031
name: 'username',

0 commit comments

Comments
 (0)