test: move main.spec on folder up
This commit is contained in:
parent
3c27fcf8a0
commit
f28cd79e26
|
@ -2,7 +2,7 @@ import { expect } from 'chai';
|
|||
import * as electron from 'electron';
|
||||
import { afterEach, beforeEach, describe, it } from 'mocha';
|
||||
import { Application } from 'spectron';
|
||||
import packageJson from '../../package.json';
|
||||
import packageJson from '../package.json';
|
||||
|
||||
describe('Application', function(): void {
|
||||
this.timeout(10000);
|
Loading…
Reference in New Issue