diff options
Diffstat (limited to 'cli/tests/testdata/071_location_unset.ts')
| -rw-r--r-- | cli/tests/testdata/071_location_unset.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/071_location_unset.ts b/cli/tests/testdata/071_location_unset.ts new file mode 100644 index 000000000..bb60df8c4 --- /dev/null +++ b/cli/tests/testdata/071_location_unset.ts @@ -0,0 +1,3 @@ +console.log(Location); +console.log(Location.prototype); +console.log(location); |
