Skip to content

Commit

Permalink
Remove spec-(j|x)unit-reporter packages (#89732)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla authored Apr 22, 2024
1 parent ca0c604 commit d2c15d6
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 148 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,6 @@ module.exports = {
'./packages/i18n-calypso/package.json',
'./packages/i18n-utils/package.json',
'./packages/photon/package.json',
'./packages/spec-junit-reporter/package.json',
'./packages/spec-xunit-reporter/package.json',
],
rules: {
'@automattic/json/valid-values-name-scope': 'off',
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ test-results*.xml
/client/stats-server.json
/client/chart.json
/client/style.json
spec-xunit-reporter-0.0.1.tgz
*xunit_*.xml
/vendor
checkstyle.xml
Expand Down
1 change: 0 additions & 1 deletion packages/spec-junit-reporter/index.js

This file was deleted.

36 changes: 0 additions & 36 deletions packages/spec-junit-reporter/lib/spec-junit-reporter.js

This file was deleted.

23 changes: 0 additions & 23 deletions packages/spec-junit-reporter/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions packages/spec-junit-reporter/tsconfig.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/spec-xunit-reporter/index.js

This file was deleted.

35 changes: 0 additions & 35 deletions packages/spec-xunit-reporter/lib/spec-xunit-reporter.js

This file was deleted.

22 changes: 0 additions & 22 deletions packages/spec-xunit-reporter/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions packages/spec-xunit-reporter/tsconfig.json

This file was deleted.

21 changes: 0 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29838,27 +29838,6 @@ __metadata:
languageName: node
linkType: hard

"spec-junit-reporter@workspace:packages/spec-junit-reporter":
version: 0.0.0-use.local
resolution: "spec-junit-reporter@workspace:packages/spec-junit-reporter"
dependencies:
"@automattic/calypso-typescript-config": "workspace:^"
peerDependencies:
mocha: ^10.4.0
mocha-junit-reporter: ^2.2.1
languageName: unknown
linkType: soft

"spec-xunit-reporter@workspace:packages/spec-xunit-reporter":
version: 0.0.0-use.local
resolution: "spec-xunit-reporter@workspace:packages/spec-xunit-reporter"
dependencies:
"@automattic/calypso-typescript-config": "workspace:^"
peerDependencies:
mocha: ^10.4.0
languageName: unknown
linkType: soft

"specificity@npm:^0.4.1":
version: 0.4.1
resolution: "specificity@npm:0.4.1"
Expand Down

0 comments on commit d2c15d6

Please sign in to comment.