Skip to content
forked from Centigrade/ngtx

ngtx stand for "Angular Testing XTension". With this helper, you as a Angular developer can wrote more easily Angular unit tests.

License

Notifications You must be signed in to change notification settings

JulianLang/ngtx

 
 

Repository files navigation

ngtx logo

🚧 Ngtx Version 1 vs. Version 2

| We're currently redesigning the API of ngtx to improve it for more complex test szenarios. This api is experimental and not considered stable yet. When installing ngtx, please make sure you're installing version 1 (npm install -D @centigrade/ngtx@1).

📝 Ngtx 2 Docs

| If you like to use ngtx version 2 today, you can refer to this documentation and install ngtx in version 2 (npm install -D @centigrade/ngtx@2).

@Centigrade/ngtx

ngtx stands for "Angular Testing Extensions" and is a small set of functions aiming to make your life easier when testing Angular components. It's supposed to make your tests lean while increasing the readability by boosting the semantics of each test case.

Why?

All common things we do in Angular tests are quite verbose. We often find ourselves writing stuff that does not express our intensions, but really just are steps on our way to our test-goal. We think the Angular testing world should be a bit different.

Getting Started

Team

About

ngtx stand for "Angular Testing XTension". With this helper, you as a Angular developer can wrote more easily Angular unit tests.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • TypeScript 95.4%
  • JavaScript 4.6%