🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@twilio/cli-test

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twilio/cli-test - npm Package Compare versions

Comparing version
2.1.1
to
2.1.2
+2
-2
package.json
{
"name": "@twilio/cli-test",
"description": "Test scaffolding for the twilio-cli",
"version": "2.1.1",
"version": "2.1.2",
"author": "Twilio @twilio",

@@ -42,5 +42,5 @@ "bugs": "https://github.com/twilio/twilio-cli/issues",

"scripts": {
"posttest": "eslint --ignore-path .gitignore . && npm audit --audit-level=moderate",
"posttest": "eslint --ignore-path .gitignore . && npm audit",
"test": "nyc --check-coverage --lines 90 --reporter=html --reporter=text mocha --forbid-only \"test/**/*.test.js\""
}
}
# twilio-cli Test
This module contains core test scaffolding.
**The default branch name for this repository has been changed to `main` as of 07/23/2020.**

@@ -74,2 +74,3 @@ const sinon = require('sinon');

ctx.userConfig.addProfile('default', constants.FAKE_ACCOUNT_SID);
ctx.userConfig.setActiveProfile('default');
}

@@ -76,0 +77,0 @@ };