4 ms·
About a month or three ago I hacked up a grunt task for React, but it wasn't very useful since we hadn't opensourced Jest yet. The code is now a little stale a
by jeffmo 12y ago
About a month or three ago I hacked up a grunt task for React, but it wasn't very useful since we hadn't opensourced Jest yet.
The code is now a little stale and dated, but it basically just shells out to the bin/jest.js script included with Jest. Turned out no more than a ~30lines:
https://github.com/jeffmo/react/commit/7a72cbba0eb57844f4e22a1971947b31d685b0e8#diff-1 https://github.com/jeffmo/react/commit/7a72cbba0eb57844f4e22...