Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grep-tests-from-pull-requests

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grep-tests-from-pull-requests - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

bin/get-pr-tests.js

5

package.json
{
"name": "grep-tests-from-pull-requests",
"version": "1.7.0",
"version": "1.8.0",
"description": "Grabs the test tags to run from the pull request text",

@@ -16,3 +16,4 @@ "main": "src/index.js",

"get-pr-body": "./bin/get-pr-body.js",
"get-pr-comments": "./bin/get-pr-comments.js"
"get-pr-comments": "./bin/get-pr-comments.js",
"get-pr-tests": "./bin/get-pr-tests.js"
},

@@ -19,0 +20,0 @@ "repository": {

@@ -130,2 +130,10 @@ # grep-tests-from-pull-requests

### get-pr-tests
Prints all test tags found in the pull request
```
$ npx get-pr-tests --owner bahmutov --repo todomvc-no-tests-vercel --pull 12
```
## Debugging

@@ -132,0 +140,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc