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

13 lines (9 loc) 242 B
# Using `globals` with a body Statements in the body of `globals` will be run once prior to any test execution. <!-- fulky:globals const chai = require('chai'); const expect = chai.expect; --> ```js expect(6 * 7).to.be.within(41, 43); ```