dont try to test audio stuff in JSDOM

pull/7738/head
Rich-Harris 9 years ago
parent f141d8d185
commit efcf4b318b

@ -1,4 +1,9 @@
export default { 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 ) { test ( assert, component, target, window ) {
assert.equal( component.get( 't' ), 0 ); assert.equal( component.get( 't' ), 0 );
assert.equal( component.get( 'd' ), 0 ); assert.equal( component.get( 'd' ), 0 );

Loading…
Cancel
Save