Explorar o código

Fixed `test:dev` test

sanex3339 %!s(int64=4) %!d(string=hai) anos
pai
achega
86d599fc07
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,