Skip to content

Commit

Permalink
fix(tests): Add all rendering implementations for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed May 7, 2021
1 parent 7f62591 commit b83846e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import './IO/Core/DataAccessHelper/HtmlDataAccessHelper';
import './IO/Core/DataAccessHelper/HttpDataAccessHelper';
import './IO/Core/DataAccessHelper/JSZipDataAccessHelper';

// Load the rendering pieces we want to use (for both WebGL and WebGPU)
import './Rendering/Profiles/All';

// Test list
import './Common/Core/CellArray/test/testCellArray';
import './Common/Core/LookupTable/test/testCategoricalColors';
Expand Down

0 comments on commit b83846e

Please # to comment.