Skip to content

Commit 75269ce

Browse files
committed
build(deps-dev): remove chai-subset which is now included in chai
1 parent 1cfb92a commit 75269ce

File tree

3 files changed

+0
-26
lines changed

3 files changed

+0
-26
lines changed

mocha-setup.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import * as chai from 'chai';
22
import chaiString from 'chai-string';
33
import sinonChai from 'sinon-chai';
4-
import subset from 'chai-subset';
54

65
chai.use(chaiString);
76
chai.use(sinonChai);
8-
chai.use(subset);

package-lock.json

Lines changed: 0 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,12 @@
2020
"@changesets/cli": "^2.29.8",
2121
"@rdfjs/types": "^2",
2222
"@tpluscode/eslint-config": "0.6.4",
23-
"@types/chai-subset": "^1",
2423
"@types/mocha": "^10.0.10",
2524
"@types/node": "^25",
2625
"@types/sinon-chai": "^4.0.0",
2726
"@typescript-eslint/eslint-plugin": "^6.9.1",
2827
"@typescript-eslint/parser": "^6.9.1",
2928
"c8": "^10.1.3",
30-
"chai-subset": "^1",
3129
"husky": "^9.1.4",
3230
"jest-resolve": "^29.5.0",
3331
"lint-staged": "^15",

0 commit comments

Comments
 (0)