Skip to content

Commit

Permalink
Tests: Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Dec 8, 2023
1 parent 19edbf1 commit 5842653
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions test/unit/src/math/ColorManagement.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,6 @@ export default QUnit.module( 'Maths', () => {

} );

QUnit.test( 'legacyMode', ( assert ) => {

// surpress the following console message during testing
// THREE.ColorManagement: .legacyMode=false renamed to .enabled=true in r150.

console.level = CONSOLE_LEVEL.OFF;
const expected = ColorManagement.legacyMode === false;
console.level = CONSOLE_LEVEL.DEFAULT;

assert.ok(
expected,
'ColorManagement.legacyMode is false by default.'
);

} );

QUnit.todo( 'workingColorSpace', ( assert ) => {

assert.ok( false, 'everything\'s gonna be alright' );
Expand Down

0 comments on commit 5842653

Please sign in to comment.