소스 검색

Fixed grammar

sanex3339 5 년 전
부모
커밋
6139fabfc4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/performance-tests/JavaScriptObfuscatorPerformance.spec.ts

+ 1 - 1
test/performance-tests/JavaScriptObfuscatorPerformance.spec.ts

@@ -30,7 +30,7 @@ describe('JavaScriptObfuscator performance', function () {
     });
     });
 
 
     describe('performance: heap usage', () => {
     describe('performance: heap usage', () => {
-        it('should keep heap usage without memory leakd', () => {
+        it('should keep heap usage without memory leaks', () => {
             const sourceCode: string = readFileAsString('./test/fixtures/sample.js');
             const sourceCode: string = readFileAsString('./test/fixtures/sample.js');
 
 
             const maxHeapUsed: number[] = [];
             const maxHeapUsed: number[] = [];