diff --git a/jest.config.js b/jest.config.js index fa550fc..a8bdc08 100644 --- a/jest.config.js +++ b/jest.config.js @@ -19,4 +19,4 @@ process.stdout.write = (str, encoding, cb) => { } else { return processStdoutWrite(str.replace(/::/g, ":"), encoding, cb); } -} \ No newline at end of file +}