Skip to content

p-fernandez/tax-calculator

Repository files navigation

Tax Calculator

Context

Trying the Node.js test runner and implement a simple progressive tax calculator to test it.

Requirements

  • Node.js > v.20
  • pnpm > 8.12.0

How to run locally

  1. Install dependencies
pnpm install
  1. Build project
pnpm build
  1. Run the script. Modify the values accordingly inside ./src/index.ts.
pnpm start

How to run tests

Tests are implemented with Node.js test runner. To run the test suites execute:

pnpm test

About

Testing Node.js native test runner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published