Socket
Book a DemoInstallSign in
Socket

paratest

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paratest - npm Package Compare versions

Comparing version

to
0.0.4

10

package.json
{
"name": "paratest",
"version": "0.0.3",
"version": "0.0.4",
"description": "parameterize your js tests",

@@ -8,3 +8,4 @@ "main": "index.js",

"jasmine": "jasmine",
"test": "jasmine"
"jest": "jest",
"test": "jasmine && jest"
},

@@ -17,2 +18,4 @@ "repository": {

"js",
"jasmine",
"jest",
"test",

@@ -30,4 +33,5 @@ "testing",

"devDependencies": {
"jasmine": "^2.8.0"
"jasmine": "^2.8.0",
"jest": "^21.2.1"
}
}
# paratest
parameterize your javascript tests

@@ -7,2 +8,3 @@

## usage
require `paratest` in your spec file and give it an array of tests to run

@@ -12,3 +14,3 @@

const paratest = require('paratest');
const compute = require('../src/compute);
const compute = require('../src/compute');

@@ -47,1 +49,5 @@ const tests = [

```
## compatibility
tested with jasmine and jest
SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.