mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
Remove sync write file
This commit is contained in:
parent
115a02b0eb
commit
5cdadbd7fa
1 changed files with 0 additions and 5 deletions
|
@ -40,11 +40,6 @@ module.exports = function() {
|
|||
.status(200)
|
||||
.then(function (body) {
|
||||
// not real sha due to utf8 conversion
|
||||
require('fs').writeFileSync(
|
||||
'/Users/trent.earl/what.tgz',
|
||||
body
|
||||
);
|
||||
|
||||
assert.strictEqual(sha(body), '6e67b14e2c0e450b942e2bc8086b49e90f594790')
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue