зеркало из https://github.com/mozilla/popcorn-js.git
Convert gml plugin tests to be async [#231]
This commit is contained in:
Родитель
ee5ecb4246
Коммит
c4c916563d
|
@ -1,4 +1,4 @@
|
|||
test( "Popcorn GML Plugin", function() {
|
||||
asyncTest( "Popcorn GML Plugin", function() {
|
||||
|
||||
var popped = Popcorn( "#video" ),
|
||||
expects = 8,
|
||||
|
@ -14,8 +14,6 @@ test( "Popcorn GML Plugin", function() {
|
|||
}
|
||||
}
|
||||
|
||||
stop( 10000 );
|
||||
|
||||
ok( "gml" in popped, "gml is a method of the popped instance" );
|
||||
plus();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче