diff options
Diffstat (limited to 'tests/testdata/compile/unstable_features.ts')
-rw-r--r-- | tests/testdata/compile/unstable_features.ts | 1 |
1 files changed, 1 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); |