3.1.3 • Published 3 years ago

clientlinker-flow-confighandler-test v3.1.3

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

Clientlinker-flow-confighandler-test

NPM Version NPM Downloads NPM License Install Size

Install

Install clientlinker pkg

npm i clientlinker --save

Install flow pkg

npm i clientlinker-flow-confighandler --save
npm i clientlinker-flow-confighandler-test --save-dev

Usage

var clientlinker = require('clientlinker');
var confighandlerTest = require('clientlinker-flow-confighandler-test');
var linker = clientlinker({
  flows: ['confighandler'],
  clients: {
    client: {
      confighandler: confighandlerTest.methods
    }
  }
});


linker.flow('confighandler', require('clientlinker-flow-confighandler'));

describe('#test', function()
{
  confighandlerTest.run(linker, 'client');
});
3.1.3

3 years ago

3.1.2

3 years ago

3.1.1

3 years ago

3.1.0

3 years ago

3.0.3

3 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago