sanex3339 před 9 roky
rodič
revize
085732646b
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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;
 const assert: Chai.AssertStatic = require('chai').assert;
 
 
+beforeEach(() => {
+    console.log(Object.assign);
+});
+
 describe('JavaScriptObfuscator', () => {
 describe('JavaScriptObfuscator', () => {
     describe('obfuscate (sourceCode: string, customOptions?: IOptionsPreset): string', () => {
     describe('obfuscate (sourceCode: string, customOptions?: IOptionsPreset): string', () => {
         it('should obfuscate simple code with variable inside global scope', () => {
         it('should obfuscate simple code with variable inside global scope', () => {