0.0.10 • Published 2 years ago

tiny-testing-library v0.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

tiny-testing-library

Tiny testing library for little projects

Installation

npm install -D tiny-testing-library

Usage

Set package.json test script to tiny-testing-library

{
  "scripts": {
    "test": "tiny-testing-library"
  }
}

And just run

npm run test

Next Features

  • Documentation page
  • Configuration
  • Not modifier
  • Watch mode
  • Typescript support
  • JSX support
  • Typescript migration
  • Test library

Changelog

See it here

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago