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

19 lines (14 loc) 292 B
# Using `skip-test` This example demonstrates how to use `skip-test`. Only the second example will be tested in this file. <!-- fulky:skip-test --> ```js require('assert').ok(true); ``` ```js require('assert').ok(true); ``` <!-- fulky:skip-test --> ```js require('assert').ok(false); ```