mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-15 15:10:31 -08:00
fix: cant require electron.app in preload script
This commit is contained in:
parent
4207937d81
commit
47cb058381
5 changed files with 16 additions and 9 deletions
|
|
@ -1,7 +1,8 @@
|
|||
import { After, Before, Status } from '@cucumber/cucumber';
|
||||
import { After, Before } from '@cucumber/cucumber';
|
||||
import fs from 'fs-extra';
|
||||
|
||||
import { SETTINGS_FOLDER, DEFAULT_WIKI_FOLDER } from '../../src/constants/paths';
|
||||
import { DEFAULT_WIKI_FOLDER } from '../../src/constants/paths';
|
||||
import { SETTINGS_FOLDER } from '../../src/constants/appPaths';
|
||||
import { TiddlyGitWorld } from './world';
|
||||
|
||||
Before(async function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue