Socket
Socket
Sign inDemoInstall

@testdeck/jest

Package Overview
Dependencies
1
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.2.0

index.d.ts

6

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.params = exports.skip = exports.only = exports.pending = exports.retries = exports.timeout = exports.slow = exports.test = exports.suite = void 0;
const core = require("@testdeck/core");

@@ -52,7 +54,7 @@ const jestRunner = {

super(runner);
this.executeAfterHooksInReverseOrder = true;
}
}
const jestDecorators = new JestClassTestUI();
module.exports = jestDecorators;
// "context" is not available for jest
exports.suite = jestDecorators.suite, exports.test = jestDecorators.test, exports.slow = jestDecorators.slow, exports.timeout = jestDecorators.timeout, exports.retries = jestDecorators.retries, exports.pending = jestDecorators.pending, exports.only = jestDecorators.only, exports.skip = jestDecorators.skip, exports.params = jestDecorators.params;
//# sourceMappingURL=index.js.map
{
"name": "@testdeck/jest",
"version": "0.1.2",
"version": "0.2.0",
"description": "Object oriented testing for the Jest test framework",

@@ -29,3 +29,3 @@ "keywords": [

"main": "dist/index.js",
"types": "dist/index.d.ts",
"types": "index.d.ts",
"scripts": {

@@ -39,3 +39,3 @@ "prepare": "tsc",

"dependencies": {
"@testdeck/core": "^0.1.2"
"@testdeck/core": "^0.2.0"
},

@@ -46,5 +46,6 @@ "devDependencies": {

"files": [
"dist/index.d.ts",
"dist/index.js",
"dist/index.js.map",
"index.ts",
"index.d.ts",
"README.md",

@@ -55,4 +56,3 @@ "LICENSE"

"access": "public"
},
"gitHead": "c6e1afcf61d5b474529c2754755730a26b89167a"
}
}

@@ -7,7 +7,5 @@ ## @testdeck/jest

[![Pull Requests](https://img.shields.io/github/issues-pr/testdeck/testdeck.svg)](https://github.com/testdeck/testdeck/pulls)
[![Travis Build Status](https://img.shields.io/travis/testdeck/testdeck/master.svg)](https://travis-ci.org/testdeck/testdeck)
[![Appveyor Build Status](https://img.shields.io/appveyor/ci/pana-cc/testdeck.svg)](https://ci.appveyor.com/project/pana-cc/testdeck)
![Apache 2.0 License](https://img.shields.io/npm/l/@testdeck/jest.svg)
Jest testing with style - the OOP way
Jest tests in OOP style!

@@ -14,0 +12,0 @@ ```TypeScript

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc