Intermédiaire
This commit is contained in:
11
Sources/webAduc/vakata-jstree-4a77e59/test/unit/test.js
Normal file
11
Sources/webAduc/vakata-jstree-4a77e59/test/unit/test.js
Normal file
@@ -0,0 +1,11 @@
|
||||
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.');
|
||||
});
|
||||
Reference in New Issue
Block a user