فهرست منبع

improve `seed` testing: removed `only` modifier

sanex3339 8 سال پیش
والد
کامیت
7d43551208
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      test/functional-tests/javascript-obfuscator/JavaScriptObfuscator.spec.ts

+ 1 - 1
test/functional-tests/javascript-obfuscator/JavaScriptObfuscator.spec.ts

@@ -146,7 +146,7 @@ describe('JavaScriptObfuscator', () => {
             assert.match(obfuscatedCode2, pattern2);
         });
 
-        it.only('should returns same code every time with same `seed`', function () {
+        it('should returns same code every time with same `seed`', function () {
             this.timeout(15000);
 
             const code: string = readFileAsString('./test/fixtures/sample.js');