test(e2e): fix EPERM error during tests execution on Mac

Fixes #7
This commit is contained in:
Kirill Gavrilov 2026-03-26 22:13:07 +03:00
parent d026ed5f38
commit 46b76af4fd

View file

@ -1,2 +1,4 @@
import * as path from 'node:path'
export const TIMECODES_PLUGIN_ID = 'timecodes'
export const TEST_VAULT_DIR = '.e2e_test_vault'
export const TEST_VAULT_DIR = path.resolve(process.cwd(), '.e2e_test_vault')