Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 031a1da

Browse files
committed
chore: cleanup tests
1 parent be89dea commit 031a1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/image-asset/__tests__/image-asset-options.spec.ts renamed to packages/core/image-asset/image-asset-options.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { getRequestedImageSize } from '../image-asset-common';
1+
import { getRequestedImageSize } from './image-asset-common';
22

33
describe('ImageAssetOptions normalization', () => {
44
it('coerces string width/height to numbers', () => {

0 commit comments

Comments
 (0)