- Oct 13, 2017
-
-
greenkeeper[bot] authored
Closes #708
-
- Oct 11, 2017
-
-
Paul Kaplan authored
-
- Oct 06, 2017
-
-
Paul Kaplan authored
-
- Oct 05, 2017
-
-
Ray Schamp authored
Resolves #676
-
greenkeeper[bot] authored
-
greenkeeper[bot] authored
-
- Oct 04, 2017
-
-
Paul Kaplan authored
-
- Oct 02, 2017
-
-
Eric Rosenbaum authored
-
- Sep 26, 2017
-
-
Christopher Willis-Ford authored
-
- Sep 21, 2017
-
-
Paul Kaplan authored
-
- Sep 20, 2017
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- Sep 19, 2017
-
-
Christopher Willis-Ford authored
Jest takes an argument to specify which tests should be run. The argument is treated as a regular expression and matched against the filenames of potential tests. Unfortunately Jest does not normalize path separators to forward slashes when running this comparison, so (for example) `tests/unit` doesn't match anything on Windows. This change replaces the forward slash in Jest arguments with `[\\\\/]`. Ideally, that should just be `[\\/]` -- escaping the backslash so that it survives NPM's JSON parsing -- but unfortunately the Windows version of Jest parses its command line arguments differently from other platforms. Specifically, the Windows version of Jest processes backslashes one extra time. Fortunately having a redundant backslash is OK on Mac and Linux, so `[\\\\/]` ends up working on all platforms.
-
- Sep 18, 2017
-
-
Paul Kaplan authored
-
- Sep 14, 2017
-
-
greenkeeper[bot] authored
-
greenkeeper[bot] authored
-
- Sep 06, 2017
-
-
greenkeeper[bot] authored
-
- Sep 05, 2017
-
-
greenkeeper[bot] authored
-
greenkeeper[bot] authored
-
- Sep 04, 2017
-
-
greenkeeper[bot] authored
-
- Aug 31, 2017
-
-
greenkeeper[bot] authored
-
Ray Schamp authored
-
- Aug 30, 2017
-
-
greenkeeper[bot] authored
Closes #656
-
- Aug 28, 2017
-
-
greenkeeper[bot] authored
-
- Aug 22, 2017
-
-
greenkeeper[bot] authored
Closes #637
-
- Aug 21, 2017
-
-
chrisgarrity authored
Run node explicitly (`#! …node` in the script doesn’t work on windows.
-
- Aug 17, 2017
-
-
greenkeeper[bot] authored
-
- Aug 16, 2017
-
-
greenkeeper[bot] authored
-
Paul Kaplan authored
-
- Aug 15, 2017
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- Aug 14, 2017
-
-
Paul Kaplan authored
-
greenkeeper[bot] authored
-
- Aug 11, 2017
-
-
greenkeeper[bot] authored
-
- Aug 10, 2017
-
-
greenkeeper[bot] authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- Aug 09, 2017
-
-
Paul Kaplan authored
-
- Aug 08, 2017
-
-
greenkeeper[bot] authored
-