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
- Host: GitHub
- URL: https://github.com/falkz/inline-testing
- Owner: FalkZ
- Created: 2021-05-15T13:44:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-15T16:13:34.000Z (about 5 years ago)
- Last Synced: 2025-02-28T10:05:23.668Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://codesandbox.io/s/github/FalkZ/inline-testing
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)