diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-05-17 17:42:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-17 17:42:39 +0200 |
| commit | e16eb9e10841d3b63bfe50db9849ae9a2d7c20f3 (patch) | |
| tree | 2d58fcd09860d45b05194f5edb02bbe35ac82931 /cli/tests/import_map_no_unstable.out | |
| parent | 63bc468365bceda929a39b5eb93b605e2dc2bd9c (diff) | |
chore: capture stderr in integration tests (#5549)
This commit removes "check_stderr" setting from itest! macro used
to generate integration tests. Without this setting on tests discarded
output of stderr making it very hard to debug the problem in test.
Numerous tests were changed by adding "--quiet" flag to not display
"Compile"/"Download" prompts.
Diffstat (limited to 'cli/tests/import_map_no_unstable.out')
| -rw-r--r-- | cli/tests/import_map_no_unstable.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/import_map_no_unstable.out b/cli/tests/import_map_no_unstable.out index e69de29bb..00fe18e74 100644 --- a/cli/tests/import_map_no_unstable.out +++ b/cli/tests/import_map_no_unstable.out @@ -0,0 +1 @@ +Unstable API '--importmap'. The --unstable flag must be provided. |
