basti1302 / repoman

Multi-repository source code management command-line tool.
http://blog.cliffano.com/tag/repoman/
MIT License
40 stars 15 forks source link

test: mock-fs does not work as expected for Node >20.4 #61

Open stennie opened 11 months ago

stennie commented 11 months ago

mock-fs is currently used for test/generator/local.js. Tests pass in Node 20.4 and earlier, but fail in more recent versions of Node.

Possible related to: https://github.com/tschaub/mock-fs/issues/377

Since this is a very limited use case, I think it could be resolved by either:

basti1302 commented 11 months ago

I totally agree. The sample directory sounds like the most straightforward option to me.