From 255933f96afde10d8a7f477fe10e0cf9f4f5a2bb Mon Sep 17 00:00:00 2001 From: Tim Chen Date: Sat, 3 Feb 2018 19:29:23 -0500 Subject: [PATCH] fix test --- types/vimeo__player/vimeo__player-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/vimeo__player/vimeo__player-tests.ts b/types/vimeo__player/vimeo__player-tests.ts index 622d5ca339..bf5a637762 100644 --- a/types/vimeo__player/vimeo__player-tests.ts +++ b/types/vimeo__player/vimeo__player-tests.ts @@ -1,4 +1,4 @@ -import { Player } from '@vimeo/player'; +import Player from '@vimeo/player'; // based on README.md of @vimeo/player >> https://github.com/vimeo/player.js