Skip to content

Commit

Permalink
update deps, enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lavrton committed Oct 31, 2023
1 parent 0527d23 commit 184ab3f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
}
],
"devDependencies": {
"@parcel/transformer-image": "2.9.3",
"@size-limit/preset-big-lib": "^8.2.6",
"@types/mocha": "^10.0.1",
"@parcel/transformer-image": "2.10.1",
"@size-limit/preset-big-lib": "^10.0.1",
"@types/mocha": "^10.0.3",
"canvas": "^2.11.2",
"chai": "4.3.8",
"chai": "4.3.10",
"filehound": "^1.17.6",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
Expand All @@ -78,14 +78,14 @@
"gulp-util": "^3.0.8",
"mocha": "10.2.0",
"mocha-headless-chrome": "^4.0.0",
"parcel": "2.9.3",
"parcel": "2.10.1",
"process": "^0.11.10",
"rollup": "^3.28.1",
"rollup": "^4.2.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.35.0",
"size-limit": "^8.2.6",
"rollup-plugin-typescript2": "^0.36.0",
"size-limit": "^10.0.1",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion test/unit/Transformer-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4879,7 +4879,7 @@ describe('Transformer', function () {
assert.equal(handler.fill(), 'white');
});

it.only('flip rectangle', function () {
it('flip rectangle', function () {
var stage = addStage();
var layer = new Konva.Layer();
stage.add(layer);
Expand Down

0 comments on commit 184ab3f

Please sign in to comment.