Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Apr 13, 2024
1 parent 3fc6e87 commit 807f2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test('main', (t) => {
t.is(
sortPackageJson(JSON.stringify(packageJson, null, 4)),
'{\n "name": "sort-package-json",\n "version": "1.0.0"\n}',
'Detect tab indent',
'Detect indent',
)
t.is(
sortPackageJson(JSON.stringify(packageJson, null, '\t')),
Expand Down

0 comments on commit 807f2d6

Please sign in to comment.