diff options
Diffstat (limited to 'tests/testdata')
| -rw-r--r-- | tests/testdata/compile/unstable_features.ts | 1 | ||||
| -rw-r--r-- | tests/testdata/run/unstable_temporal_api/deno.json | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/testdata/compile/unstable_features.ts b/tests/testdata/compile/unstable_features.ts index 819a3d187..19d5e03f5 100644 --- a/tests/testdata/compile/unstable_features.ts +++ b/tests/testdata/compile/unstable_features.ts @@ -1,2 +1,3 @@ const db = await Deno.openKv(); console.log(db); +console.log(Temporal); diff --git a/tests/testdata/run/unstable_temporal_api/deno.json b/tests/testdata/run/unstable_temporal_api/deno.json new file mode 100644 index 000000000..fea0791c5 --- /dev/null +++ b/tests/testdata/run/unstable_temporal_api/deno.json @@ -0,0 +1,3 @@ +{ + "unstable": ["temporal"] +} |
