Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Feb 22, 2023
1 parent 39f615c commit ed27674
Show file tree
Hide file tree
Showing 11 changed files with 2,686 additions and 1,226 deletions.
4 changes: 2 additions & 2 deletions __tests__/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ describe('cli', () => {
posts: [{ id: 1 }, { _id: 2 }],
comments: [{ id: 1, post_id: 1 }],
}),
'db.json'
'db.json',
)

routesFile = tempWrite.sync(
JSON.stringify({ '/blog/*': '/$1' }),
'routes.json'
'routes.json',
)

++PORT
Expand Down
4 changes: 2 additions & 2 deletions __tests__/server/mixins.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('mixins', () => {

assert.deepStrictEqual(
_.getRemovable(db, { foreignKeySuffix: 'Id' }),
expected
expected,
)
})

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

assert.deepStrictEqual(
_.getRemovable(db, { foreignKeySuffix: 'Id' }),
expected
expected,
)
})
})
Expand Down

0 comments on commit ed27674

Please sign in to comment.