diff options
Diffstat (limited to 'tests/specs/run/unstable_temporal_api/missing_flag.out')
-rw-r--r-- | tests/specs/run/unstable_temporal_api/missing_flag.out | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/specs/run/unstable_temporal_api/missing_flag.out b/tests/specs/run/unstable_temporal_api/missing_flag.out new file mode 100644 index 000000000..03ed5abb9 --- /dev/null +++ b/tests/specs/run/unstable_temporal_api/missing_flag.out @@ -0,0 +1,7 @@ +error: Uncaught (in promise) ReferenceError: Temporal is not defined +Temporal.Now.instant(); +^ + at [WILDCARD]missing_flag.js:1:1 + + info: Temporal is an unstable API. + hint: Run again with `--unstable-temporal` flag to enable this API. |