From f700a12f70e65ecc9c9ab5d62138a345fce46bf2 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 7 Nov 2022 22:55:34 +0100 Subject: [PATCH] test: add would-be failing test --- test/fixtures/basic/plugins/test.d.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/fixtures/basic/plugins/test.d.ts diff --git a/test/fixtures/basic/plugins/test.d.ts b/test/fixtures/basic/plugins/test.d.ts new file mode 100644 index 00000000000..e47a00d69ab --- /dev/null +++ b/test/fixtures/basic/plugins/test.d.ts @@ -0,0 +1,2 @@ +interface MyInterface {} +export {}