Skip to content

Commit

Permalink
chore: remove test/utils.ts to avoid duplicated sources
Browse files Browse the repository at this point in the history
  • Loading branch information
b6pzeusbc54tvhw5jgpyw8pwz2x6gs committed Mar 1, 2021
1 parent d53445e commit f7dd653
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion test/image-optimizer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import S3 from 'aws-sdk/clients/s3';
import * as path from 'path';

import { imageOptimizer, S3Config } from '../lib/image-optimizer';
import { createDeferred } from './utils';
import { createDeferred } from '../lib/utils';
import { s3PublicDir } from './utils/s3-public-dir';
import { acceptAllFixtures, acceptWebpFixtures } from './constants';

Expand Down
19 changes: 0 additions & 19 deletions test/utils.ts

This file was deleted.

0 comments on commit f7dd653

Please sign in to comment.