All Projects → blove → Ngrx Testing

blove / Ngrx Testing

Testing NgRx with jest and jasmine-marbles

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Ngrx Testing

Vue Pomo
A progressive web app for the Pomodoro Technique, built with Vue 2.0, Vuex and Firebase.
Stars: ✭ 51 (-20.31%)
Mutual labels:  jest
Craco Alias
A craco plugin for automatic aliases generation for Webpack and Jest
Stars: ✭ 56 (-12.5%)
Mutual labels:  jest
Svelte Jester
A Jest transformer for Svelte - compile your components before importing them into tests.
Stars: ✭ 59 (-7.81%)
Mutual labels:  jest
Aws Testing Library
Chai (https://chaijs.com) and Jest (https://jestjs.io/) assertions for testing services built with aws
Stars: ✭ 52 (-18.75%)
Mutual labels:  jest
Marvelheroes
Marvel Heroes
Stars: ✭ 54 (-15.62%)
Mutual labels:  jest
Nuxt Jest Puppeteer
🚀 Nuxt.js zero configuration tests, run with Jest and Puppetter
Stars: ✭ 57 (-10.94%)
Mutual labels:  jest
Portal Ui
GDC Data Portal UI
Stars: ✭ 50 (-21.87%)
Mutual labels:  jest
Angular Ngrx Starter
An opiniated Angular setup based on @angular/cli to kickstart an ngrx project
Stars: ✭ 63 (-1.56%)
Mutual labels:  ngrx
Testing Jest Enzyme
List of components and tests for post "React Components Testing with Jest & Enzyme"
Stars: ✭ 54 (-15.62%)
Mutual labels:  jest
Webtorrent Player
WebTorrent Player
Stars: ✭ 60 (-6.25%)
Mutual labels:  ngrx
Node Typescript Boilerplate
Minimalistic project template to jump start a Node.js back-end application in TypeScript. ESLint, Jest and type definitions included.
Stars: ✭ 1,061 (+1557.81%)
Mutual labels:  jest
React Boilerplate
Production-ready boilerplate for building universal web apps with React and Redux
Stars: ✭ 53 (-17.19%)
Mutual labels:  jest
Angular Reactive Authentication
Angular authentication using reactive extension @ngrx
Stars: ✭ 57 (-10.94%)
Mutual labels:  ngrx
Learn Nuxt Ts
Testing TypeScript for Nuxt
Stars: ✭ 52 (-18.75%)
Mutual labels:  jest
React Native Learning Resources
Collection of some good resources for react-native ✨ 🔥 💥
Stars: ✭ 61 (-4.69%)
Mutual labels:  jest
Lode
A universal GUI for unit testing
Stars: ✭ 51 (-20.31%)
Mutual labels:  jest
Ngrx Ducks
Improved Coding Experience for NgRx
Stars: ✭ 56 (-12.5%)
Mutual labels:  ngrx
Ngrx Json Api
A JSON API client for ngrx
Stars: ✭ 63 (-1.56%)
Mutual labels:  ngrx
React Adventure
⛰ React high-ending architecture & patterns ready for use. Made for big and small projects. PWA Ready.
Stars: ✭ 62 (-3.12%)
Mutual labels:  jest
Jest Sonar Reporter
A Sonar test reporter for Jest.
Stars: ✭ 57 (-10.94%)
Mutual labels:  jest

Build Status

NgRx Testing

This project is based on a presentation given at the Rocky Mountain Angular meetup. Be sure to check out the NgRx Testing slide deck as well.

Blog Posts

Check out some blog posts I wrote to get you started with Jest in an Angular project and testing NgRx apps using jasmine-marbles:

Serve

Start up the Angular CLI development server via:

$ ng serve

Build

Build the app via:

$ ng build

Test

This project uses Jest (instead of Karma) for running tests. Run the full test suite via:

$ npm run test

You can also run the tests in a watch mode via:

$ npm run test:watch

This project uses Jest snapshot testing. Update the snapshots via:

$ npm run test -- --updateSnapshot
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].