You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With [node v6+ and npm 3+ installed](https://nodejs.org/en/download/current/):
@@ -31,7 +43,7 @@ This file should contain string messages to be used throughout the application.
31
43
32
44
Settings contain both Mastarm configuration settings and per environment settings to be used in the application. To override base settings, create an environments section in the `yml` file. [Example in Modeify](https://github.com/conveyal/modeify/blob/master/configurations/example/settings.yml#L40). Each section below will contain the settings that they can use.
33
45
34
-
## Usage
46
+
## CLI Usage
35
47
36
48
Not all options pertain to all commands. Entries are in the format `input/file.js:output/file.js`.
37
49
@@ -139,15 +151,20 @@ Run tests using Jest
139
151
140
152
Options:
141
153
142
-
-h, --help output usage information
143
-
-u, --update-snapshots Force update of snapshots. USE WITH CAUTION.
144
-
--coverage Run Jest with coverage reporting
145
-
--no-cache Run Jest with cache
146
-
--coverage-paths <paths> Extra paths to collect code coverage from
147
-
--setup-files <paths> Setup files to run before each test
154
+
-h, --help output usage information
155
+
-u, --update-snapshots Force update of snapshots. USE WITH CAUTION.
156
+
--coverage Run Jest with coverage reporting
157
+
--no-cache Run Jest without cache (defaults to using cache)
158
+
--coverage-paths <paths> Extra paths to collect code coverage from
159
+
--setup-files <paths> Setup files to run before each test
160
+
--test-path-ignore-patterns <patterns> File patterns to ignore when scanning fortest files
0 commit comments