Skip to content
This repository was archived by the owner on Nov 26, 2021. It is now read-only.

Commit

Permalink
fix extension in import
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion authored and notlee committed Sep 23, 2020
1 parent 1193a21 commit 3c9b0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/video.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import Video from './../src/js/video.js';
import {mediaApiResponse1} from './fixtures/media-api-1.js';
import {mediaApiResponse2} from './fixtures/media-api-2.js.js';
import {mediaApiResponse2} from './fixtures/media-api-2.js';

describe('Video', () => {

Expand Down

0 comments on commit 3c9b0f4

Please sign in to comment.