Kara Brightwell
Kara Brightwell
the watchify branch at [goodeggs/grunt-watchify](https://github.com/goodeggs/grunt-watchify/tree/watchify) is actively maintained
I have an idea. When you `include` a makefile, if there's a target in the current makefile for it, it's made before it's included. You could distribute n-makefile via npm,...
i'm 👍 on option two, but i don't know what if anything would need to change about the jest config to get that working.
snapshot file paths are generated by the name of the test file that's generating them, and it's currently not configurable 😕 https://github.com/facebook/jest/issues/2676
this isn't an x-dash specific problem, it can happen with any FT.com app, so i think maybe it should be in the [wiki](https://github.com/financial-times/next/wiki) instead?
that approach is fine for the app, but not exposing class components means we have much more control over statically verifying that components aren't doing bad things
thanks, we're going to put some time into improving the website soon
how would you feel about adding something to `x-test-utils` to do this? then each component would have its own `__tests__` folder that could do something like: ```js import { storySnapshotTests...
i think this is a good idea. i have a couple of questions: 1. i'm guessing it'll follow the FT.com design? using CSS modules in the component? (that's x-dash's convention,...