Skip to content

Commit

Permalink
chore: moves test-utils.ts in __helpers__ dir
Browse files Browse the repository at this point in the history
  • Loading branch information
huafu committed Jul 27, 2018
1 parent a5370cf commit ddc8c32
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/__tests__/jestconfig-json.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as pkgDir from 'pkg-dir';
import { getJestConfig } from '../utils/test-utils';
import { getJestConfig } from '../__helpers__/test-utils';

describe('get json jest config', () => {
let yargsMock;
Expand Down
2 changes: 1 addition & 1 deletion tests/__tests__/jestconfig-package.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as pkgDir from 'pkg-dir';
import { getJestConfig } from '../utils/test-utils';
import { getJestConfig } from '../__helpers__/test-utils';

describe('get package json config', () => {
let yargsMock;
Expand Down

0 comments on commit ddc8c32

Please sign in to comment.