@dbouckaert/rabbit-helpers
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

What is rabbit-helpers?

...

Installing

npm version

Install rabbit-helpers for Mac, Linux, or Windows

npm install @dbouckaert/rabbit-helpers --save-dev

License

license

This project is licensed under the terms of the MIT license.

Getting started

Include the module into your test suite. const {..,..} = require('@dbouckaert/rabbit-helpers')

Initiation

...

before(async function () {
  // FIRST: setting variables for zephyrHelpers (without the project ID)
  await init({
    username: credentials.username,
    password: credentials.password,
  });
});

...

Readme

Keywords

none

Package Sidebar

Install

npm i @dbouckaert/rabbit-helpers

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

18.8 kB

Total Files

21

Last publish

Collaborators

  • dbouckaert