Browse Source

TEST: changed dev test

sanex3339 5 years ago
parent
commit
6c6b5bbc4b
1 changed files with 1 additions and 8 deletions
  1. 1 8
      test/dev/dev.ts

+ 1 - 8
test/dev/dev.ts

@@ -20,14 +20,7 @@ import { NO_ADDITIONAL_NODES_PRESET } from '../../src/options/presets/NoCustomNo
         `,
         {
             ...NO_ADDITIONAL_NODES_PRESET,
-            compact: false,
-            log: true,
-            identifierNamesGenerator: 'mangled',
-            renameGlobals: true,
-            splitStrings: true,
-            splitStringsChunkLength: 3,
-            stringArray: true,
-            stringArrayThreshold: 1
+            compact: false
         }
     ).getObfuscatedCode();