File tree 3 files changed +1
-9
lines changed
3 files changed +1
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
3
3
## [ next]
4
4
5
+ - Chore() more qunit post cleanup [ #10569 ] ( https://github.com/fabricjs/fabric.js/pull/10569 )
5
6
- chore(): update playwright [ #10564 ] ( https://github.com/fabricjs/fabric.js/pull/10564 )
6
7
- chore(): update vitest [ #10565 ] ( https://github.com/fabricjs/fabric.js/pull/10565 )
7
8
- chore(tests): Remove old unit test harness [ #10567 ] ( https://github.com/fabricjs/fabric.js/pull/10567 )
Original file line number Diff line number Diff line change 52
52
"test:vitest" : " vitest --run --disable-console-intercept" ,
53
53
"test" : " npm run cli -- test" ,
54
54
"sandbox" : " npm run sandboxscript -- sandbox" ,
55
- "test:unit-browser" : " npm run cli -- test --suite unit --launch --context chrome" ,
56
55
"test:visual-browser" : " npm run test -- -s visual -p 8081 -l -c chrome firefox" ,
57
- "test:coverage" : " nyc --silent qunit test/node_test_setup.js test/lib test/unit" ,
58
56
"test:visual:coverage" : " nyc --silent --no-clean qunit test/node_test_setup.js test/lib test/visual" ,
59
57
"test:vitest:coverage" : " vitest --coverage=true --run" ,
60
58
"test:vitest:coverage:watch" : " vitest --coverage=true" ,
You can’t perform that action at this time.
0 commit comments