Browse Source

debug message

sanex3339 8 years ago
parent
commit
085732646b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      test/JavaScriptObfuscator.spec.ts

+ 4 - 0
test/JavaScriptObfuscator.spec.ts

@@ -4,6 +4,10 @@ import { NO_CUSTOM_NODES_PRESET } from "../src/preset-options/NoCustomNodesPrese
 
 const assert: Chai.AssertStatic = require('chai').assert;
 
+beforeEach(() => {
+    console.log(Object.assign);
+});
+
 describe('JavaScriptObfuscator', () => {
     describe('obfuscate (sourceCode: string, customOptions?: IOptionsPreset): string', () => {
         it('should obfuscate simple code with variable inside global scope', () => {