mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
refactor: move spec helpers to spec/lib (#37010)
Co-authored-by: Milan Burda <miburda@microsoft.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { app } from 'electron';
|
||||
import { expect } from 'chai';
|
||||
import { emittedOnce } from './events-helpers';
|
||||
import { startRemoteControlApp, ifdescribe } from './spec-helpers';
|
||||
import { emittedOnce } from './lib/events-helpers';
|
||||
import { startRemoteControlApp, ifdescribe } from './lib/spec-helpers';
|
||||
|
||||
import * as fs from 'fs/promises';
|
||||
import * as path from 'path';
|
||||
|
||||
Reference in New Issue
Block a user