Skip to content

Commit c72d29d

Browse files
refactor: SNI-6834 fix advanced video spec file name
1 parent 63f74a2 commit c72d29d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vue/tests/unit/Advancedvideo.spec.ts renamed to packages/vue/tests/unit/AdvancedVideo.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { mount } from "@vue/test-utils";
2-
import { AdvancedVideo } from "../../src";
32
import { CloudinaryVideo } from "@cloudinary/url-gen";
43
import { auto, vp9 } from "@cloudinary/url-gen/qualifiers/videoCodec";
54
import { videoCodec } from "@cloudinary/url-gen/actions/transcode";
6-
import { waitTicks } from "./utils";
5+
import { AdvancedVideo } from "../../src";
6+
import { waitTicks } from "../unit/utils";
77

88
const cloudinaryVideo = new CloudinaryVideo(
99
"sample",

0 commit comments

Comments
 (0)