5.0.0 • Published 2 years ago

haunted v5.0.0

Weekly downloads
1,073
License
BSD-2-Clause
Repository
github
Last release
2 years ago

Haunted

This is node application for executing and validating analytic events.

Installation

Prerequisites

Haunted is available from npm.

$ npm install haunted

Usage

To use Haunted, just instantiate a new Haunted object, passing it a definition, suite describer, and suite tester, and call run().

Haunted = require('haunted');
haunted = new Haunted(definition, describer, tester);
haunted.run();

Examples

Two examples are included, a simple one using console.log and an example using the Mocha test framework. To use the Mocha example, you must install the mocha npm module.

npm install -g mocha
npm install should

To run the Mocha example, just use this command: mocha --reporter spec --ui bdd -r should example/mocha.js

5.0.0

2 years ago

6.0.0-next.0

2 years ago

6.0.0-next.1

2 years ago

4.8.3

2 years ago

4.8.2

3 years ago

4.8.1

3 years ago

4.8.0

3 years ago

4.7.1

4 years ago

4.7.0

4 years ago

4.6.3

4 years ago

4.6.2

5 years ago

4.6.1

5 years ago

4.6.0

5 years ago

4.5.4

5 years ago

4.5.3

5 years ago

4.6.0-beta.0

5 years ago

4.5.2

5 years ago

4.5.1

5 years ago

4.5.0

5 years ago

4.4.0

5 years ago

4.3.0

5 years ago

4.2.1

5 years ago

4.2.0

5 years ago

4.1.4

5 years ago

4.1.3

5 years ago

4.1.2

5 years ago

4.1.0

5 years ago

4.0.0

5 years ago

4.0.0-beta.0

5 years ago

3.2.1

5 years ago

3.2.0

5 years ago

3.1.0

5 years ago

3.0.0

5 years ago

2.3.0

5 years ago

0.2.4

11 years ago

0.2.3

11 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago