Skip to content
This repository was archived by the owner on Dec 10, 2022. It is now read-only.

Repository files navigation

Gunner

Django Unchained

Tiny, but fully loaded.

Gunner is a zero magic, fast test-runner and assertion framework. There are no magic globals or CLI specific interface.

Requirements & Usage

Gunner uses very modern JavaScript, and hence requires node 10+ ❗️⚠️ currently.

Create a new Gunner instance and simply write your tests. The assertion methods are passed in as the callback as an expect object to the test function.

const{ Gunner, expect }=require('@klenty/gunner');// Create new instanceconstgunner=newGunner();// Define testsgunner.test('arrays are equal',()=>{returnexpect([1,2,]).deepEqual([1,2]);});// Starts the runnergunner.run();

Documentation

Credits

Gunner was originally built by Muthu Kumar (@MKRhere) at Klenty, a sales automation startup. Now it's ,maintained by CodeFeathers.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages