# @testdeck/core

> Core framework for decorator based object oriented testing

Latest version **0.3.3** (published 2022-12-05) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @testdeck/core
pnpm add @testdeck/core
yarn add @testdeck/core
bun add @testdeck/core
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.3.3 |
| Published | 2022-12-05 |
| First published | 2019-03-22 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 81.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 235 |
| Author | Panayot Cankov |
| Maintainers | pana-cc, silkentrance |
| Keywords | test, testing, typescript, bdd, tdd, object oriented, object-oriented |

## Links

- npm: https://www.npmjs.com/package/@testdeck/core
- Repository: https://github.com/testdeck/testdeck
- Homepage: https://testdeck.org/
- Issues: https://github.com/testdeck/testdeck/issues
- npm.io page: https://npm.io/package/@testdeck/core

## Alternatives

- [duck](https://npm.io/package/duck.md) — 4.2M weekly downloads
- [ava](https://npm.io/package/ava.md) — 560.2K weekly downloads
- [storybook-addon-module-mock](https://npm.io/package/storybook-addon-module-mock.md) — 71.7K weekly downloads
- [vest](https://npm.io/package/vest.md) — 50.1K weekly downloads
- [@ethereum-waffle/mock-contract](https://npm.io/package/@ethereum-waffle/mock-contract.md) — 40.0K weekly downloads

## Recent versions

- 0.3.3 (latest) — 2022-12-05
- 0.3.2 — 2022-11-10
- 0.3.1 — 2022-11-10
- 0.3.1-pre.0 — 2022-11-07
- 0.3.0 — 2022-10-30
- 0.3.0-pre.1 — 2022-10-29
- 0.3.0-pre.0 — 2022-10-28
- 0.2.2 — 2022-10-28
- 0.2.1 — 2022-09-08
- 0.2.0 — 2021-11-18
- 0.1.2 — 2020-09-24
- 0.1.0 — 2020-05-04
- 0.0.10 — 2020-04-19
- 0.0.9 — 2020-04-17
- 0.0.8 — 2020-04-17
- … 6 more at https://npm.io/package/@testdeck/core/versions

## README

[![Get it on NPM](https://img.shields.io/npm/v/@testdeck/core.svg)](https://www.npmjs.com/package/@testdeck/core)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Build Status](https://github.com/testdeck/testdeck/actions/workflows/ci.yml/badge.svg)](https://github.com/testdeck/testdeck/actions/workflows/ci.yml)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=testdeck_core&metric=coverage)](https://sonarcloud.io/summary/new_code?id=testdeck_core)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=testdeck_core&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=testdeck_core)
[![Issues](https://img.shields.io/github/issues/testdeck/testdeck/@testdeck/core)](https://github.com/testdeck/testdeck/issues)
[![Pull Requests](https://img.shields.io/github/issues-pr/testdeck/testdeck/@testdeck/core)](https://github.com/testdeck/testdeck/pulls)

## @testdeck/core

This is the testdeck core package.

Normally, you would not use this directly.

If you are looking for Mocha, Jasmine, Jest, or Vitest support, please see the following packages

- [Mocha](https://npmjs.com/package/@testdeck/mocha)
- [Jasmine](https://npmjs.com/package/@testdeck/jasmine)
- [Jest](https://npmjs.com/package/@testdeck/jest)
- [Vitest](https://npmjs.com/package/@testdeck/vitest)

---
_Source: https://npm.io/package/@testdeck/core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
