diff --git a/types/jpeg-js/jpeg-js-tests.ts b/types/jpeg-js/jpeg-js-tests.ts index 9b66878e5d..17bbc4fd5f 100644 --- a/types/jpeg-js/jpeg-js-tests.ts +++ b/types/jpeg-js/jpeg-js-tests.ts @@ -1,7 +1,5 @@ -/// - -import fs = require("fs"); import jpeg = require("jpeg-js"); +import fs = require("fs"); const x = fs.readFileSync("hello.jpg"); const decoded = jpeg.decode(x, true);