You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
λ nvm use 5
Now using node v5.7.0
λ node
> path.relative('/tmp/1/2/3', '/tmp/1/2')
'../../2'
λ nvm use 5.6
Now using node v5.6.0
λ node
> path.relative('/tmp/1/2/3', '/tmp/1/2')
'..'
1) chokidar fs.watchFile (polling) getWatched should set keys relative to cwd & include added paths:
Uncaught AssertionError: expected { Object (../../test-fixtures, ., ...) } to deeply equal { Object (., .., ...) }
+ expected - actual
"change.txt"
"subdir"
"unlink.txt"
]
- "../../test-fixtures": [
+ "..": [
"1"
]
"subdir": []
}
at Assertion.assertEqual (node_modules/chai/lib/chai/core/assertions.js:485:19)
at Assertion.ctx.(anonymous function) [as equal] (node_modules/chai/lib/chai/utils/addMethod.js:41:25)
at FSWatcher.<anonymous> (test.js:1563:48)
The text was updated successfully, but these errors were encountered:
nodejs/node#5389
The text was updated successfully, but these errors were encountered: