-
I love the idea to write tests based on your stories!
Facebook released a new functionality to Jest a couple of weeks ago, called snapshots:
https://facebook.github.io/jest/blog/2016/07/27/jest-14.ht…
-
**UPDATE 13-Apr-2017:** With the latest update to the [skeleton](https://github.com/aurelia/skeleton-navigation), the info in this post is NOT useful anymore.
**UPDATE 3-Nov-2016:** For a better v…
-
-
Over the past few weeks, the [prettier](https://github.com/prettier/prettier) javascript auto-formatter has come up many times in calypso-framework chat. For anyone who wants a fun introduction to w…
-
## Expected Behavior
Getting a report
## Observed Behavior
```
----------|----------|----------|----------|----------|----------------|
File | % Stmts | % Branch | % Funcs | % Lines |Un…
-
References:
- #282
- #319
- #320
- #348
- #364
A gist using electron: https://gist.github.com/treshugart/3dddaa6df8683afaf6bbba917e6ed95e.
UPDATE
Might be able to use something like …
-
@paularmstrong started integrating https://github.com/paularmstrong/mocha-to-jest-codemod into jest-codemods. This adds transformation of Mocha and Chai asserts. Great stuff!
There are a few thing…
-
The third React 16 RC is now available for public testing. 🎉
# Installation Instructions
The RC has been published to NPM with the tag "next". Regular NPM installs will continue to use the 15.6 …
-
I've [created a change](https://github.com/winksaville/TurboScript/commit/089d203ac719660f9b0726305e898914b23d2e01) which adds a server to be used with tests. But I'm getting in the Browser:
```
…
-
It feels like it is starting to win the test framework "wars".
It would be great to have a test framework baked in as it gives us the opportunity to put tests around critical parts of our toolchain…