diff --git a/types/css-tree/css-tree-tests.ts b/types/css-tree/css-tree-tests.ts index 72c8aea53681b6..9360ed9e0ff3d0 100644 --- a/types/css-tree/css-tree-tests.ts +++ b/types/css-tree/css-tree-tests.ts @@ -367,7 +367,7 @@ switch (ast.type) { case "MediaQueryList": ast.children; // $ExpectType List break; - + case "NestingSelector": break;