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