jest-ngredux-mock

0.1.3 • Public • Published

Jest NgRedux Mock

Use this module with Jest to run web tests that rely on @angular-redux package

Usage

import { ngReduxMock } from 'jest-ngredux-mock'
 
describe('Module', () => {
  const mod = new ModuleWhichRelyOnRedux(ngReduxMock)
 
  it('should work', () => {
    ...
  })
})

where the (simplified) module looks like

import { NgRedux } from '@angular-redux/store';
 
export class ModuleWhichRelyOnRedux {
  constructor(private ngRedux: NgRedux<any>,) {}
}

Readme

Keywords

none

Package Sidebar

Install

npm i jest-ngredux-mock

Weekly Downloads

1

Version

0.1.3

License

MIT

Unpacked Size

1.54 kB

Total Files

3

Last publish

Collaborators

  • igitscor