Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Apr 4, 2022
1 parent 86522e8 commit 5a96a2c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions test/test.js
Original file line number Diff line number Diff line change
@@ -1,24 +1,7 @@
import React from 'react';
import expect from 'expect';
import render from './util/render';
import createYouTube from './util/createYouTube';

describe('YouTube', () => {
/*
it('should render a div with an ID and className', () => {
const { YouTube } = createYouTube();
const renderer = createRenderer();
renderer.render(<YouTube id="myId" className="myClassName" />);
expect(renderer.getRenderOutput()).toMatch({
type: 'div',
props: {
id: 'myId',
className: 'myClassName',
},
});
});
*/

it('should create a YouTube player when mounted', async () => {
const { sdkMock } = await render({
video: 'x2y5kyu',
Expand Down

0 comments on commit 5a96a2c

Please sign in to comment.