diff options
Diffstat (limited to 'packages/sra-report/src/index.ts')
-rw-r--r-- | packages/sra-report/src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sra-report/src/index.ts b/packages/sra-report/src/index.ts index 83fb25d6c..d23549916 100644 --- a/packages/sra-report/src/index.ts +++ b/packages/sra-report/src/index.ts @@ -14,7 +14,7 @@ import { utils } from './utils'; const newmanRunAsync = promisify<void>(newman.run); const DEFAULT_NETWORK_ID = 1; -const SUPPORTED_NETWORK_IDS = [1, 42]; +const SUPPORTED_NETWORK_IDS = [1, 3, 4, 42]; // extract command line arguments const args = yargs |