Skip to content

Commit 97437ed

Browse files
authored
Chore() more qunit post cleanup (fabricjs#10569)
1 parent aa05b15 commit 97437ed

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.bithoundrc

-7
This file was deleted.

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [next]
44

5+
- Chore() more qunit post cleanup [#10569](https://github.com/fabricjs/fabric.js/pull/10569)
56
- chore(): update playwright [#10564](https://github.com/fabricjs/fabric.js/pull/10564)
67
- chore(): update vitest [#10565](https://github.com/fabricjs/fabric.js/pull/10565)
78
- chore(tests): Remove old unit test harness [#10567](https://github.com/fabricjs/fabric.js/pull/10567)

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@
5252
"test:vitest": "vitest --run --disable-console-intercept",
5353
"test": "npm run cli -- test",
5454
"sandbox": "npm run sandboxscript -- sandbox",
55-
"test:unit-browser": "npm run cli -- test --suite unit --launch --context chrome",
5655
"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",
5856
"test:visual:coverage": "nyc --silent --no-clean qunit test/node_test_setup.js test/lib test/visual",
5957
"test:vitest:coverage": "vitest --coverage=true --run",
6058
"test:vitest:coverage:watch": "vitest --coverage=true",

0 commit comments

Comments
 (0)