An open API service indexing awesome lists of open source software.

https://github.com/falkz/inline-testing

A different approach on Javascript testing, without a big testing runtime
https://github.com/falkz/inline-testing

Last synced: about 1 month ago
JSON representation

A different approach on Javascript testing, without a big testing runtime

Awesome Lists containing this project

README

          

# Inline Testing

> A different approach on Javascript testing, without a big testing runtime

This method allows you to add your tests inline, without a big overhead in production. Tests will automatically be imported and run in development mode. The Results are directly printed into the console.

This is achieved with the es modules that are now supported by any major browser.

[Demo](https://1oxdv.sse.codesandbox.io/)

[Try out in codesandbox](https://codesandbox.io/s/github/FalkZ/inline-testing/tree/main/)