Environment information
Version: 2.2.0
Platform: WINDOWS
Node.js version: 22.0.0
Any other relevant information:
What steps will reproduce the bug?
when running tests on Windows, should rename the destination directory to a different directory fails because assert.ok(req.files[0].path.indexOf('/testforme-') >= 0) hardcodes a forward slash, which fails against Windows backslash paths.
Environment information
Version: 2.2.0
Platform: WINDOWS
Node.js version: 22.0.0
Any other relevant information:
What steps will reproduce the bug?
when running tests on Windows, should rename the destination directory to a different directory fails because assert.ok(req.files[0].path.indexOf('/testforme-') >= 0) hardcodes a forward slash, which fails against Windows backslash paths.