Skip to content

Commit ddc8c32

Browse files
committedJul 27, 2018
chore: moves test-utils.ts in __helpers__ dir
1 parent a5370cf commit ddc8c32

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
 
File renamed without changes.

‎tests/__tests__/jestconfig-json.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as pkgDir from 'pkg-dir';
2-
import { getJestConfig } from '../utils/test-utils';
2+
import { getJestConfig } from '../__helpers__/test-utils';
33

44
describe('get json jest config', () => {
55
let yargsMock;

‎tests/__tests__/jestconfig-package.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as pkgDir from 'pkg-dir';
2-
import { getJestConfig } from '../utils/test-utils';
2+
import { getJestConfig } from '../__helpers__/test-utils';
33

44
describe('get package json config', () => {
55
let yargsMock;

0 commit comments

Comments
 (0)
Please sign in to comment.