|
@@ -6,6 +6,9 @@ process.env.NODE_ENV = 'test';
|
|
|
process.env.PUBLIC_URL = '';
|
|
|
process.env.TZ = 'America/New_York';
|
|
|
|
|
|
+// Marker to indicate that we've correctly ran with `yarn test`.
|
|
|
+process.env.USING_YARN_TEST = true;
|
|
|
+
|
|
|
// Makes the script crash on unhandled rejections instead of silently
|
|
|
// ignoring them. In the future, promise rejections that are not handled will
|
|
|
// terminate the Node.js process with a non-zero exit code.
|