test: add explicit imports for jest functions (#128)
* test: add explicit imports for `jest` functions * add workaround for non-`.spec.ts` file
This commit is contained in:
@@ -4,6 +4,7 @@ import * as path from 'path';
|
||||
import { makeUniversalApp } from '../dist/cjs/index';
|
||||
import { createTestApp, templateApp, VERIFY_APP_TIMEOUT, verifyApp } from './util';
|
||||
import { createPackage, createPackageWithOptions } from '@electron/asar';
|
||||
import { afterEach, describe, expect, it } from '@jest/globals';
|
||||
|
||||
const appsPath = path.resolve(__dirname, 'fixtures', 'apps');
|
||||
const appsOutPath = path.resolve(__dirname, 'fixtures', 'apps', 'out');
|
||||
|
||||
Reference in New Issue
Block a user