mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-07 23:45:47 +01:00
remove mozunit.js
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
var TestCase = mozlab.mozunit.TestCase;
|
|
||||||
var assert = mozlab.mozunit.assertions;
|
|
||||||
|
|
||||||
var tc = new TestCase('testcase description here');
|
|
||||||
|
|
||||||
tc.tests = {
|
|
||||||
'First test is successful': function () {
|
|
||||||
var vimperator = new Vimperator();
|
|
||||||
assert.isDefined(vimperator);
|
|
||||||
assert.isTrue(true);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
tc.run()
|
|
||||||
Reference in New Issue
Block a user