1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 06:34:12 +01:00

remove mozunit.js

This commit is contained in:
Doug Kearns
2007-11-27 04:56:24 +00:00
parent 035ff4b12e
commit 488bb56782

View File

@@ -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()