0.1.1 • Published 2 years ago

simplertest v0.1.1

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

simplertest

A super simple test-runner for in-browser personal projects. Primarily for my own usage so I don't have to keep shunting this file around.

usage

  1. Import from jsDelivr/deno.land, or pull down from github/npm (whatever floats your boat) and into the html with the javascript you want to test.
  2. Look at test.html for an example of how to run it
  3. Run a server in the root of your directory (i.e. static-server)
  4. Navigate to the html page in your browser (i.e. localhost:9080/test.html)
  5. Open the developer console, and behold your tests in all their glory ✨
0.1.1

2 years ago

0.1.0

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago