Skip to content

Commit

Permalink
Merge pull request #1127 from log4js-node/update-test
Browse files Browse the repository at this point in the history
test: update fakeFS.read as graceful-fs uses it
  • Loading branch information
lamweili committed Jan 13, 2022
2 parents 445d184 + 7a3f228 commit 25c17ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tap/configuration-test.js
Expand Up @@ -17,6 +17,7 @@ test("log4js configure", batch => {
realpath: () => {}, // fs-extra looks for this
ReadStream: realFS.ReadStream, // need to define these, because graceful-fs uses them
WriteStream: realFS.WriteStream,
read: realFS.read,
closeSync: () => {},
config: {
appenders: {
Expand Down

0 comments on commit 25c17ad

Please sign in to comment.