/
githubmirror
/
angular.js
Обзор
Документация
Войти
/
githubmirror
/
angular.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/e2e/tests/http.spec.js
11 строк
262 B
Michał Gołębiowski
chore(*): switch from JSHint/JSCS to ESLint
05 авг 2016, 23:18
05 авг 2016, 23:18
c322032
Код
Авторство
О чём код?
'use strict'; describe('$http', function() { beforeEach(function() { loadFixture('http'); }); it('should correctly update the outstanding request count', function() { expect(element(by.binding('text')).getText()).toBe('Hello, world!'); }); });