Browse Source

Fixed `test:dev` test

sanex3339 4 năm trước cách đây
mục cha
commit
86d599fc07
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      test/dev/dev.ts

+ 1 - 1
test/dev/dev.ts

@@ -13,7 +13,7 @@ import { NO_ADDITIONAL_NODES_PRESET } from '../../src/options/presets/NoCustomNo
                 }
             };
             
-            console.log(foo?.bar?.baz);
+            console.log(foo.bar.baz);
         `,
         {
             ...NO_ADDITIONAL_NODES_PRESET,