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:
@@ -1,6 +1,7 @@
|
||||
import * as path from 'path';
|
||||
|
||||
import { AppFile, AppFileType, getAllAppFiles } from '../src/file-utils';
|
||||
import { beforeAll, describe, expect, it } from '@jest/globals';
|
||||
|
||||
const appsPath = path.resolve(__dirname, 'fixtures', 'apps');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user