1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-20 07:18:47 +00:00
Files
UXP/testing/web-platform/tests/ambient-light/AmbientLightSensor.js
T

6 lines
105 B
JavaScript

(function() {
test(function() {
assert_true(false);
}, 'Test suite not implemented yet.');
})();