Вход Регистрация
Файл: framework/thirdparty/jasmine-dom/spec/suites/jasmine-fixture_spec.js
Строк: 8
<?php
describe
('jasmine-dom-fixtures', function(){
  
it('should load the fixture without errors', function() {
    
loadFixtures('fixture.html');
    var 
div document.getElementById('testdiv');
    
expect(div).toHaveId('testdiv');
  });
});
?>
Онлайн: 0
Реклама