0.0.10 • Published 3 years ago

tiny-testing-library v0.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago