react test suite working with jest & enzyme
Showing
- .babelrc 6 additions, 0 deletions.babelrc
- .gitignore 3 additions, 2 deletions.gitignore
- app/components/BookBuilder/test/.eslintrc 1 addition, 1 deletionapp/components/BookBuilder/test/.eslintrc
- app/components/BookBuilder/test/BookBuilder.spec.js 57 additions, 57 deletionsapp/components/BookBuilder/test/BookBuilder.spec.js
- app/components/BookBuilder/test/BookBuilderModal.spec.js 81 additions, 81 deletionsapp/components/BookBuilder/test/BookBuilderModal.spec.js
- app/components/BookBuilder/test/Chapter.spec.js 362 additions, 346 deletionsapp/components/BookBuilder/test/Chapter.spec.js
- app/components/BookBuilder/test/Division.spec.js 115 additions, 104 deletionsapp/components/BookBuilder/test/Division.spec.js
- app/components/BookBuilder/test/ProgressIndicator.spec.js 95 additions, 95 deletionsapp/components/BookBuilder/test/ProgressIndicator.spec.js
- app/components/BookBuilder/test/__snapshots__/BookBuilder.spec.js.snap 236 additions, 0 deletions...s/BookBuilder/test/__snapshots__/BookBuilder.spec.js.snap
- app/components/BookBuilder/test/__snapshots__/Division.spec.js.snap 110 additions, 0 deletions...ents/BookBuilder/test/__snapshots__/Division.spec.js.snap
- package.json 29 additions, 0 deletionspackage.json
- test/dataMock.js 170 additions, 0 deletionstest/dataMock.js
- test/fileMock.js 1 addition, 0 deletionstest/fileMock.js
- test/jest.config.js 7 additions, 0 deletionstest/jest.config.js
- test/reduxMock.js 15 additions, 0 deletionstest/reduxMock.js
- test/styleMock.js 1 addition, 0 deletionstest/styleMock.js
Please register or sign in to comment