Skip to content

Commit 1268354

Browse files
committed
Fixed grammar in import
1 parent e7f2bd1 commit 1268354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { assert } from 'chai';
22

3-
import { IObfuscatedCode } from '../../../src/interfaces/source-code/IobfuscatedCode';
3+
import { IObfuscatedCode } from '../../../src/interfaces/source-code/IObfuscatedCode';
44

55
import { SourceMapMode } from '../../../src/enums/source-map/SourceMapMode';
66
import { StringArrayEncoding } from '../../../src/enums/StringArrayEncoding';

0 commit comments

Comments
 (0)