@kistools/test
v0.0.2
Published
A KeepItSimple(KIS) project for a simple test framework
Downloads
4
Readme
@kistools/test
Keep It Simple(kis) testing framework. A testing framework focused on being simple, limited dependencies, and low configuration.
Differences with other test frameworks
coming soon
Usage
CLI
Currently has 2 cli arguments
- testExtension: a basic globPattern for finding test files
- testOutDir: Where your test files are found. If you are using Typescript this should point to the compiled test files location for example: dist/tests
"kistest --testExtension .test.js --testOutDir dist/tests"
test()
coming soon
