0.0.2 • Published 2 years ago

@topheruk/util v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Choosing a testing package

I need to choose a testing package is:

  • Easy to setup

  • Can work exclusively with Typescript files and extensions

  • Works within a .devcontainer*

The options

For web page testing I will be looking into playwrite as I want to be abel to test javascript client end projects easier.

For testing comupation & algorithms, options include jest, mocha, jasmine & tape. NOt got a preference on eitehr just yet but something that can give a similar experience to testing in Go would be ideal.

The idea is that I create my library within the experiemntal directory src-x, then once I am satisfied through tests that it works, the package will be moved to the main src directory