Skip to content

Commit ed27674

Browse files
committed
chore: lint
1 parent 39f615c commit ed27674

File tree

11 files changed

+2686
-1226
lines changed

11 files changed

+2686
-1226
lines changed

__tests__/cli/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ describe('cli', () => {
3838
posts: [{ id: 1 }, { _id: 2 }],
3939
comments: [{ id: 1, post_id: 1 }],
4040
}),
41-
'db.json'
41+
'db.json',
4242
)
4343

4444
routesFile = tempWrite.sync(
4545
JSON.stringify({ '/blog/*': '/$1' }),
46-
'routes.json'
46+
'routes.json',
4747
)
4848

4949
++PORT

__tests__/server/mixins.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('mixins', () => {
3333

3434
assert.deepStrictEqual(
3535
_.getRemovable(db, { foreignKeySuffix: 'Id' }),
36-
expected
36+
expected,
3737
)
3838
})
3939

@@ -45,7 +45,7 @@ describe('mixins', () => {
4545

4646
assert.deepStrictEqual(
4747
_.getRemovable(db, { foreignKeySuffix: 'Id' }),
48-
expected
48+
expected,
4949
)
5050
})
5151
})

0 commit comments

Comments
 (0)