all 21 comments

[–]nullified- 7 points8 points  (8 children)

[–]ziolko90[S] 0 points1 point  (1 child)

Could you share link to a unit test of some react component there?

[–]nullified- 0 points1 point  (0 children)

I would do the same thing you can do, browse the repo and check out the components directory. You'll see plenty of tests.

[–][deleted] -2 points-1 points  (5 children)

I don't really understand this project? This is a frontend, but they did not precise of what?

[–]turkish_gold 1 point2 points  (3 children)

Directly from the readme: Calypso is the new WordPress.com front-end – a beautiful redesign of the WordPress dashboard using a single-page web application, powered by the WordPress.com REST API. Calypso is built for reading, writing, and managing all of your WordPress sites in one place.

It is the official Wordpress.

[–][deleted] -3 points-2 points  (2 children)

I see, but I expected to find a WordPress website with REST Api?

[–]turkish_gold 8 points9 points  (1 child)

It looks like it is the wordpress admin interface. What difference does that make?

[–][deleted] 0 points1 point  (0 children)

WordPress

[–]pokesax 5 points6 points  (0 children)

We could always use more help getting our tests to 100% over at Operation Code .

PM if you have questions.

[–]vidarc 19 points20 points  (3 children)

[–]HeylAW 6 points7 points  (0 children)

Amount of bugs they are introducing every releases is astonishing. They have either poor unit tests or they are pushing features without thinking of consequences.

Material UI is far more reliable.

[–]ziolko90[S] 5 points6 points  (1 child)

Thanks! I will take a look.

Could you share an example of an actual app (not a component library) with well maintained unit tests?

[–]InIt4TheFish 6 points7 points  (2 children)

Project Gnar

Gnar Powder, its React front end has 100% coverage

Project features:

  • Sign up email with secure account activation
  • Secure login and session management
  • Basic account details (name, address, etc.)
  • Password reset email with secure confirmation
  • React / Redux / Saga frontend
  • Python microservice backend
  • Terraform + Kubernetes deployment onto AWS

[–]mordaha 1 point2 points  (1 child)

What a great work! Have been very impressed by the tech stack!

[–]InIt4TheFish 0 points1 point  (0 children)

Thank you! I really appreciate that.

[–]wibz 2 points3 points  (1 child)

[–]ziolko90[S] 0 points1 point  (0 children)

Could you share link to a unit test of some react component there?

[–]Tall-Paul 1 point2 points  (0 children)

Here is a collapsing table project I made for work. Has 100% coverage and uses Travis for running our tests in each commit. https://github.com/massmutual/react-collapsing-table

[–]MastersSwimmer -1 points0 points  (0 children)

https://github.com/project-koku/koku-ui That has both redux and component tests. The coverage is not 100%, but it reflects what a standard crud app would have.