/
githubmirror
/
brackets
Обзор
Документация
Войти
/
githubmirror
/
brackets
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/thirdparty/jasmine-core/example/spec/SpecHelper.js
9 строк
228 B
Jason San Jose
squashed js-quick-edit-perf
13 июн 2012, 21:01
13 июн 2012, 21:01
361e81b
Код
Авторство
О чём код?
beforeEach(function() { this.addMatchers({ toBePlaying: function(expectedSong) { var player = this.actual; return player.currentlyPlayingSong === expectedSong && player.isPlaying; } }); });