0.1.3 • Published 6 years ago

jest-ngredux-mock v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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>,) {}
}
0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago