Skip to content

Commit

Permalink
test nits
Browse files Browse the repository at this point in the history
  • Loading branch information
cpeddecord committed Oct 21, 2024
1 parent 0c765ef commit 1a220b1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ describe('ui_extension', async () => {
{
target: 'EXTENSION::POINT::A',
module: './src/ExtensionPointA.js',
capabilities: {allow_direct_linking: true},
preloads: {chat: '/chat', not_supported: '/hello'},
},
],
Expand Down Expand Up @@ -273,7 +272,7 @@ describe('ui_extension', async () => {
module: './src/ExtensionPointA.js',
metafields: [],
default_placement_reference: undefined,
capabilities: {allow_direct_linking: true},
capabilities: undefined,
preloads: {chat: '/chat'},
},
])
Expand Down

0 comments on commit 1a220b1

Please sign in to comment.