Skip to content
This repository was archived by the owner on Feb 28, 2026. It is now read-only.

Commit f6f1484

Browse files
committed
Fix types
1 parent 8b899ce commit f6f1484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/player/src/integration-tests/Sound.test-wrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const SoundWrapper = {
77
async mount(): Promise<RenderResult> {
88
return render(<App />);
99
},
10-
setSrc(src: string | Array<{ src: string; type?: string }>) {
10+
setSrc(src: string) {
1111
useSoundStore.getState().setSrc(src);
1212
},
1313
play() {

0 commit comments

Comments
 (0)