Skip to content

Commit bb0df87

Browse files
committed
chore(writejson) lint
1 parent faac2e9 commit bb0df87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/writejson.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ test('writejson: options not object', async (t) => {
116116
t.end();
117117
});
118118

119-
120119
test('writejson.sync: should write json data to file synchonously', (t) => {
121120
writejson.sync(NAME, json);
122121
const data = fs.readFileSync(NAME, 'utf8');

0 commit comments

Comments
 (0)