diff options
Diffstat (limited to 'tests/specs/check/css_import/exists_dynamic_import.ts')
-rw-r--r-- | tests/specs/check/css_import/exists_dynamic_import.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/check/css_import/exists_dynamic_import.ts b/tests/specs/check/css_import/exists_dynamic_import.ts new file mode 100644 index 000000000..14f63fd23 --- /dev/null +++ b/tests/specs/check/css_import/exists_dynamic_import.ts @@ -0,0 +1,3 @@ +if (false) { + await import("./app.css"); +} |