Skip to content

Commit

Permalink
Remove tests for things in micromark, mdast utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 12, 2023
1 parent 9519248 commit d5a134d
Show file tree
Hide file tree
Showing 426 changed files with 301 additions and 86,415 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ packages/remark-parse/lib/*.d.ts
packages/remark-parse/test.d.ts
packages/remark-stringify/lib/*.d.ts
packages/remark-stringify/test.d.ts
script/**/*.d.ts
test/**/*.d.ts
test.d.ts
.DS_Store
*.log
yarn.lock
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
"@types/mdast": "^4.0.0",
"@types/node": "^20.0.0",
"c8": "^8.0.0",
"camelcase": "^8.0.0",
"execa": "^8.0.0",
"mdast-util-assert": "^5.0.0",
"mdast-util-gfm": "^3.0.0",
"micromark-extension-gfm": "^3.0.0",
"prettier": "^3.0.0",
Expand All @@ -39,7 +36,7 @@
"format": "prettier . --log-level warn --write && xo --fix",
"prepack": "npm run build && npm run format",
"test": "npm run build && npm run format && npm run test-coverage",
"test-api": "npm run test --workspaces && node --conditions development test/index.js",
"test-api": "node --conditions development test.js",
"test-coverage": "c8 --100 --reporter lcov npm run test-api"
},
"prettier": {
Expand Down
4 changes: 1 addition & 3 deletions packages/remark-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@
"remark": "^14.0.0",
"unified-args": "^11.0.0"
},
"scripts": {
"test": "node --conditions development test.js"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
Expand Down
78 changes: 0 additions & 78 deletions packages/remark-cli/test.js

This file was deleted.

4 changes: 1 addition & 3 deletions packages/remark-parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@
"mdast-util-from-markdown": "^2.0.0",
"unified": "^11.0.0"
},
"scripts": {
"test": "node --conditions development test.js"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
Expand Down
68 changes: 0 additions & 68 deletions packages/remark-parse/test.js

This file was deleted.

4 changes: 1 addition & 3 deletions packages/remark-stringify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@
"mdast-util-to-markdown": "^2.0.0",
"unified": "^11.0.0"
},
"scripts": {
"test": "node --conditions development test.js"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
Expand Down
Loading

0 comments on commit d5a134d

Please sign in to comment.