Skip to content

Commit

Permalink
chore: add only test scripts (#3355)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech authored Jul 1, 2024
1 parent 42954aa commit 1ee6327
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
25 changes: 12 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"html"
],
"devDependencies": {
"@markedjs/testutils": "12.0.0-0",
"@arethetypeswrong/cli": "^0.15.3",
"@markedjs/testutils": "13.0.1-0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@semantic-release/commit-analyzer": "^13.0.0",
Expand Down Expand Up @@ -87,9 +87,12 @@
},
"scripts": {
"test": "npm run build && npm run test:specs && npm run test:unit",
"test:only": "npm run build && npm run test:specs:only && npm run test:unit:only",
"test:all": "npm test && npm run test:umd && npm run test:types && npm run test:lint",
"test:unit": "node --test --test-reporter=spec test/unit/*.test.js",
"test:unit:only": "node --test --test-only --test-reporter=spec test/unit/*.test.js",
"test:specs": "node --test --test-reporter=spec test/run-spec-tests.js",
"test:specs:only": "node --test --test-only --test-reporter=spec test/run-spec-tests.js",
"test:lint": "eslint .",
"test:redos": "node test/recheck.js > vuln.js",
"test:types": "tsc --project tsconfig-type-test.json && attw -P --exclude-entrypoints ./bin/marked ./marked.min.js",
Expand Down

0 comments on commit 1ee6327

Please sign in to comment.