Skip to content

Commit

Permalink
re-enabled the unit testing for the ambient light manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmarchetti committed May 28, 2024
1 parent b37efa0 commit cbf12a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function run_iiif3d_tests(){
});

describe("3_lights" , function(){
//importTest('ambient_green_light', './tests_3d/3_lights/ambient_green_light.js');
importTest('ambient_green_light', './tests_3d/3_lights/ambient_green_light.js');
importTest('directional light', './tests_3d/3_lights/direction_light_transform_rotate.js');
importTest('spot light', './tests_3d/3_lights/spotlight_lookat_point.js');
});
Expand Down

0 comments on commit cbf12a4

Please sign in to comment.