Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! tests for npm doctor
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf committed Dec 10, 2020
1 parent 78d3b0b commit 6247f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/doctor.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const requireInject = require('require-inject')
const { join } = require('path')
const fs = require('fs')
const ansiTrim = require('../../lib/utils/ansi-trim.js')
const isWindows = require('../../lib/is-windows.js')
const isWindows = require('../../lib/utils/is-windows.js')

// getuid and getgid do not exist in windows, so we shim them
// to return 0, as that is the value that lstat will assign the
Expand Down

0 comments on commit 6247f65

Please sign in to comment.