diff --git a/packages/babel-plugin-jsx/test/snapshot.test.ts b/packages/babel-plugin-jsx/test/snapshot.test.ts
index 8c7dc25..219e095 100644
--- a/packages/babel-plugin-jsx/test/snapshot.test.ts
+++ b/packages/babel-plugin-jsx/test/snapshot.test.ts
@@ -153,6 +153,20 @@ const transpile = (
>
`,
},
+ {
+ name: 'directive in slot',
+ from: `
+ <>
+
+
+
+
+
+
+
+ >
+ `,
+ },
{
name: 'vModels',
from: '',