1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-13 03:48:44 +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.');
})();