v4.8.0
Tests were using hardcoded POSIX paths which fail on Windows because path.resolve() converts them to Windows-style paths. Now using path.join() and endsWith() assertions for portability.
Tests were using hardcoded POSIX paths which fail on Windows because path.resolve() converts them to Windows-style paths. Now using path.join() and endsWith() assertions for portability.