mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-02 02:00:49 +08:00
chore: prohibit unnecessary await (#4586)
This commit is contained in:
@@ -5,7 +5,7 @@ import { runCli } from '@magic-works/i18n-codegen';
|
||||
import { beforeAll } from 'vitest';
|
||||
|
||||
beforeAll(async () => {
|
||||
await runCli(
|
||||
runCli(
|
||||
{
|
||||
watch: false,
|
||||
cwd: join(fileURLToPath(import.meta.url), '../../../.i18n-codegen.json'),
|
||||
|
||||
Reference in New Issue
Block a user