Skip to content

Commit 83f37b4

Browse files
committed
feat: add log method to ipc api
1 parent 228fc9e commit 83f37b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron/preload/__tests__/index.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ describe('index', () => {
8181
it('sends log', async () => {
8282
type LogMessage = Parameters<AppAPI['log']>[0];
8383
const logMessage: LogMessage = {
84-
scope: 'test-scope',
8584
level: 'info',
85+
scope: 'test-scope',
8686
message: 'test-message',
8787
timestamp: new Date(),
8888
data: { test: 'data' },

0 commit comments

Comments
 (0)