Skip to content

Commit

Permalink
test(micromark-extension-kbd-nested): remove broken use of nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
shivjm committed Nov 2, 2021
1 parent c049323 commit 3143c6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 735 deletions.
3 changes: 1 addition & 2 deletions packages/micromark-extension-kbd-nested/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"scripts": {
"build": "rimraf lib && tsc -p tsconfig.build.json",
"lint": "eslint src/**/*.ts",
"test": "nyc mocha tests/**/*.ts"
"test": "mocha tests/**/*.ts"
},
"dependencies": {
"micromark-util-character": "^1.1.0",
Expand All @@ -42,7 +42,6 @@
"micromark-util-resolve-all": "^1.0.0",
"micromark-util-types": "^1.0.1",
"mocha": "^9.1.2",
"nyc": "^15.1.0",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"ts-node": "^10.2.1",
Expand Down
Loading

0 comments on commit 3143c6a

Please sign in to comment.