Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement media element bindings #496

Merged
merged 8 commits into from
Apr 19, 2017
Merged
Prev Previous commit
Next Next commit
dont try to test audio stuff in JSDOM
Rich-Harris committed Apr 18, 2017
commit f0b6bec298481ca6141a96f724eb310a395826a7
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
export default {
// not sure if we can really test this in JSDOM. Refer to
// https://svelte.technology/repl?example=media-elements
// instead
skip: true,

test ( assert, component, target, window ) {
assert.equal( component.get( 't' ), 0 );
assert.equal( component.get( 'd' ), 0 );