Skip to content

Commit

Permalink
Fixed test that is not failing
Browse files Browse the repository at this point in the history
  • Loading branch information
ydaniv committed Aug 13, 2024
1 parent bd9b86e commit 0707fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ test('core :: #init() :: should return an object with webgl context and scene da
core.destroy(gl, data);
});

test.fails('core :: #init() :: should return scene data with complete WebGL program data', () => {
test('core :: #init() :: should return scene data with complete WebGL program data', () => {
const canvas = createCanvas(200, 200);
const {gl, data} = core.init({gl: core.getWebGLContext(canvas), effects: [brightnessContrast]});

Expand Down

0 comments on commit 0707fe3

Please sign in to comment.