%PDF- %PDF-
| Direktori : /home/tjamichg/intranet.tjamich.gob.mx/intranet/common/vendors/jstree/test/ |
| Current File : /home/tjamichg/intranet.tjamich.gob.mx/intranet/common/vendors/jstree/test/test.js |
test('basic test', function () {
expect(1);
ok(true, 'this had better work.');
});
test('can access the DOM', function () {
expect(1);
var fixture = document.getElementById('qunit-fixture');
equal(fixture.innerText || fixture.textContent, 'this had better work.', 'should be able to access the DOM.');
});