Skip to content

Commit d5a134d

Browse files
committed
Remove tests for things in micromark, mdast utilities
1 parent 9519248 commit d5a134d

File tree

426 files changed

+301
-86415
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

426 files changed

+301
-86415
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ packages/remark-parse/lib/*.d.ts
66
packages/remark-parse/test.d.ts
77
packages/remark-stringify/lib/*.d.ts
88
packages/remark-stringify/test.d.ts
9-
script/**/*.d.ts
10-
test/**/*.d.ts
9+
test.d.ts
1110
.DS_Store
1211
*.log
1312
yarn.lock

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
"@types/mdast": "^4.0.0",
2121
"@types/node": "^20.0.0",
2222
"c8": "^8.0.0",
23-
"camelcase": "^8.0.0",
24-
"execa": "^8.0.0",
25-
"mdast-util-assert": "^5.0.0",
2623
"mdast-util-gfm": "^3.0.0",
2724
"micromark-extension-gfm": "^3.0.0",
2825
"prettier": "^3.0.0",
@@ -39,7 +36,7 @@
3936
"format": "prettier . --log-level warn --write && xo --fix",
4037
"prepack": "npm run build && npm run format",
4138
"test": "npm run build && npm run format && npm run test-coverage",
42-
"test-api": "npm run test --workspaces && node --conditions development test/index.js",
39+
"test-api": "node --conditions development test.js",
4340
"test-coverage": "c8 --100 --reporter lcov npm run test-api"
4441
},
4542
"prettier": {

packages/remark-cli/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@
3636
"remark": "^14.0.0",
3737
"unified-args": "^11.0.0"
3838
},
39-
"scripts": {
40-
"test": "node --conditions development test.js"
41-
},
39+
"scripts": {},
4240
"typeCoverage": {
4341
"atLeast": 100,
4442
"detail": true,

packages/remark-cli/test.js

Lines changed: 0 additions & 78 deletions
This file was deleted.

packages/remark-parse/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@
4545
"mdast-util-from-markdown": "^2.0.0",
4646
"unified": "^11.0.0"
4747
},
48-
"scripts": {
49-
"test": "node --conditions development test.js"
50-
},
48+
"scripts": {},
5149
"typeCoverage": {
5250
"atLeast": 100,
5351
"detail": true,

packages/remark-parse/test.js

Lines changed: 0 additions & 68 deletions
This file was deleted.

packages/remark-stringify/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@
4545
"mdast-util-to-markdown": "^2.0.0",
4646
"unified": "^11.0.0"
4747
},
48-
"scripts": {
49-
"test": "node --conditions development test.js"
50-
},
48+
"scripts": {},
5149
"typeCoverage": {
5250
"atLeast": 100,
5351
"detail": true,

0 commit comments

Comments
 (0)