Skip to content

Commit d0e4359

Browse files
committed
fix lint
1 parent 122fdc8 commit d0e4359

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/tests/ipc-handlers.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ describe( 'createSite', () => {
139139
} );
140140
} );
141141

142-
143142
describe( 'isFullscreen', () => {
144143
it( 'should return false when window is not in fullscreen', async () => {
145144
( getMainWindow as jest.Mock ).mockResolvedValue( {

src/tests/site-server.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* @jest-environment node
33
*/
4-
import { SiteServer } from 'src/site-server';
54
import { createCliServerProcess } from 'src/modules/cli/lib/cli-server-process';
5+
import { SiteServer } from 'src/site-server';
66

77
// Electron's Node.js environment provides `bota`/`atob`, but Jests' does not
88
jest.mock( 'common/lib/passwords' );

0 commit comments

Comments
 (0)