See this commit on what I changed to make the tests windows-friendly: BHare1985@02beb86
I ignored the zip tests, as I am not supporting zip files right now (mapbox/node-zipfile#58 ). Will apply the fix there when I find time later tonight, and fix any tests for zips.
I am currently having an issue with support.js' rm function not removing absolute.json from the copypath in util afterEach hook. rmdirSync Saying directory is not empty when trying to delete copypath (because absolute.json is still there, despite getting a unlinkSync)
Will update this issue in the next few days as I get zip working and figure out the rm issue.
See this commit on what I changed to make the tests windows-friendly: BHare1985@02beb86
I ignored the zip tests, as I am not supporting zip files right now (mapbox/node-zipfile#58 ). Will apply the fix there when I find time later tonight, and fix any tests for zips.
I am currently having an issue with support.js'
rmfunction not removingabsolute.jsonfrom the copypath in util afterEach hook.rmdirSyncSaying directory is not empty when trying to delete copypath (because absolute.json is still there, despite getting aunlinkSync)Will update this issue in the next few days as I get zip working and figure out the
rmissue.