Ver Fonte

fixed test:dev

sanex3339 há 8 anos atrás
pai
commit
513d7f97d7
1 ficheiros alterados com 4 adições e 4 exclusões
  1. 4 4
      test/dev/dev.ts

+ 4 - 4
test/dev/dev.ts

@@ -12,16 +12,16 @@ import { NO_CUSTOM_NODES_PRESET } from '../../src/options/presets/NoCustomNodes'
                     console.log('abc');
                 };
                 var bar = function () {
-                    alert('def');
+                    console.log('def');
                 };
                 var baz = function () {
-                    alert('ghi');
+                    console.log('ghi');
                 };
                 var bark = function () {
-                    alert('jkl');
+                    console.log('jkl');
                 };
                 var hawk = function () {
-                    alert('mno');
+                    console.log('mno');
                 };
             
                 foo();