Skip to content

Commit

Permalink
Reenable all unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Dec 20, 2024
1 parent 7807a4c commit b068027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/framework/components/element/image-element.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { Canvas } from 'skia-canvas';
import { expect } from 'chai';
import { createSandbox } from 'sinon';

describe.only('ImageElement', function () {
describe('ImageElement', function () {
let app;
let assets;
let sandbox;
Expand Down

0 comments on commit b068027

Please sign in to comment.