Commit 8db7fd3
committed
fix(test): assert normalized callback dest in extractPackage test
extractPackage now hands the callback a forward-slash-normalized dest, so the
'should call callback with destination path' test must compare against
normalizePath(dest) — the raw path.join() dest is backslash-separated on Windows
and the string-equality assertion failed there.1 parent e45d99a commit 8db7fd3
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
0 commit comments