style: run prettier (#9041)

This commit is contained in:
Almeida
2023-01-12 08:23:02 +00:00
committed by GitHub
parent 8dfd0037b5
commit 2798ba1eb3
6 changed files with 9 additions and 7 deletions

View File

@@ -46,6 +46,7 @@ vi.mock('node:worker_threads', async () => {
return {
parentPort: new MockParentPort(),
isMainThread: false,
workerData: {},
};
});

View File

@@ -135,6 +135,7 @@ vi.mock('node:worker_threads', async () => {
return {
Worker: MockWorker,
workerData: {},
};
});