saitodisse / baretest-ts

Use this minimalistic JavaScript test runner now in a TypeScript project

Home Page:https://medium.com/@jeroenouw/faster-testing-with-baretest-typescript-edition-5db12bd0beac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why this fork

  • using tsc-watch for faster test feedback
  • using yarn instead npm
  • updated package.json dependencies
  • using @types/baretest

Watch

yarn clean:min && yarn run tsc-watch --onSuccess "node ./lib/sum.test.js"
yarn clean:min && yarn run tsc-watch --onSuccess "node ./lib/sub.test.js"

About

Use this minimalistic JavaScript test runner now in a TypeScript project

https://medium.com/@jeroenouw/faster-testing-with-baretest-typescript-edition-5db12bd0beac

License:MIT License


Languages

Language:TypeScript 100.0%