Skip to content

Commit

Permalink
test: remove extra spaces (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker authored and keithamus committed Nov 29, 2019
1 parent cbb5b34 commit 46a8f65
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test.js
Expand Up @@ -38,11 +38,9 @@ fs.readFile('./package.json', 'utf8', (error, contents) => {
keywords: ['thing'],
name: 'foo',
private: true
}),
null,
2
})
),
'{\n "name": "foo",\n "version": "1.0.0",\n "private": true,\n "keywords": [\n "thing"\n ],\n "dependencies": {}\n}'
'{"name":"foo","version":"1.0.0","private":true,"keywords":["thing"],"dependencies":{}}'
);

assert.deepEqual(
Expand Down

0 comments on commit 46a8f65

Please sign in to comment.