Skip to content

Commit 178bfd5

Browse files
committed
wip
1 parent 8731dca commit 178bfd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/signals/signals-runtime/src/test-helpers/mocks/mock-signal-types-web.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export const mockNetworkSignal: NetworkSignal = {
3838
type: 'network',
3939
data: {
4040
action: 'request',
41+
contentType: 'application/json',
4142
url: 'https://api.example.com/data',
4243
method: 'GET',
4344
data: { key: 'value' },

0 commit comments

Comments
 (0)