diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2021-07-05 15:21:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-05 15:21:44 -0400 |
commit | ce3fbb4bd1bcdfbead8fb795d1ff2f71c6051bf4 (patch) | |
tree | e8f21a28dcd9860e9cff8e0d2bc3d481abc952be /cli/tests/info/data_null_error/mod.ts | |
parent | 334cef06e7778dabe7c9b6c4998f476675281698 (diff) |
chore: add tests for previous assertion error when file contained only triple slash references (#11285)
Diffstat (limited to 'cli/tests/info/data_null_error/mod.ts')
-rw-r--r-- | cli/tests/info/data_null_error/mod.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/info/data_null_error/mod.ts b/cli/tests/info/data_null_error/mod.ts new file mode 100644 index 000000000..6e3e99bd4 --- /dev/null +++ b/cli/tests/info/data_null_error/mod.ts @@ -0,0 +1 @@ +/// <reference path="./types.d.ts" /> |