mirror of
https://github.com/BoostIo/Boostnote
synced 2026-06-23 23:04:09 +00:00
fixed eslint error & integrated with prettier as well as formatted the whole codebase (#3450)
This commit is contained in:
@@ -5,8 +5,5 @@ const test = require('ava')
|
||||
const { formatDate } = require('browser/lib/date-formatter')
|
||||
|
||||
test(t => {
|
||||
t.throws(
|
||||
() => formatDate('invalid argument'),
|
||||
'Invalid argument.'
|
||||
)
|
||||
t.throws(() => formatDate('invalid argument'), 'Invalid argument.')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user