mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
parent
d026ed5f38
commit
46b76af4fd
1 changed files with 3 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue