зеркало из https://github.com/mozilla/popcorn-js.git
fixed use of equals() in unit test [#352 state: peer-review-requested]
This commit is contained in:
Родитель
d9b7ee4c8f
Коммит
eee355029e
|
@ -62,7 +62,7 @@ test('Popcorn Mustache Plugin', function () {
|
|||
video.addEventListener('timeupdate', function() {
|
||||
|
||||
function pass(a, b) {
|
||||
equals( '<h1>mustache - test ' + a + '/' + b + '<\/h1>', mustacheDiv.innerHTML, 'Mustache template rendered' );
|
||||
equals( mustacheDiv.innerHTML, '<h1>mustache - test ' + a + '/' + b + '<\/h1>','Mustache template rendered' );
|
||||
plus();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче