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