Skip to content

Commit

Permalink
Make all tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbtucker committed Mar 11, 2018
1 parent ad03a13 commit dc2cfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stringify.js
Expand Up @@ -297,7 +297,7 @@ describe('JSON5', () => {
)
})

it.only('does not affect space when calls are nested', () => {
it('does not affect space when calls are nested', () => {
assert.strictEqual(
JSON5.stringify({a: 1}, (key, value) => {
JSON5.stringify({}, null, 4)
Expand Down

0 comments on commit dc2cfbc

Please sign in to comment.