mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 09:48:32 +00:00
6 lines
105 B
JavaScript
6 lines
105 B
JavaScript
(function() {
|
|
test(function() {
|
|
assert_true(false);
|
|
}, 'Test suite not implemented yet.');
|
|
})();
|