/
githubmirror
/
angular.js
Обзор
Документация
Войти
/
githubmirror
/
angular.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/e2e/tests/angularjs-already-loaded.spec.js
11 строк
301 B
Peter Bacon Darwin
docs(*): ensure naming is correct for Angular(JS) versions
25 янв 2017, 11:18
25 янв 2017, 11:18
0304383
Код
Авторство
О чём код?
'use strict'; describe('App where AngularJS is loaded more than once', function() { beforeEach(function() { loadFixture('angularjs-already-loaded'); }); it('should have the interpolated text', function() { expect(element(by.binding('text')).getText()).toBe('Hello, world!'); }); });