UNPKG

fulky

Version:

[![npm](https://img.shields.io/npm/v/fulky.svg)](https://www.npmjs.com/package/fulky) [![License](https://img.shields.io/npm/l/fulky.svg)](LICENSE) [![Build Status](https://travis-ci.org/astorije/fulky.svg?branch=master)](https://travis-ci.org/astorije/fu

9 lines (6 loc) 176 B
# Basic usage - Passing example This is the most basic usage of the tool. The following will make test runners pass with a single test. ```js require('assert').ok(true); ```