Skip to content

Commit

Permalink
format test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeh committed Mar 4, 2021
1 parent e311ac5 commit a581f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functionality.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default {
{
fn: () => dispatchedTest(lib.db.set, { key: 'key1', value: { testing: 'value' }, action }),
expect: is.deep.equal({ key: 'key1', value: { testing: 'value' } }),
info: 'db.set returns keys'
info: 'db.set returns keys',
},
{
fn: () => dispatchedTest(lib.db.set, { key: 'key2', value: { testing: null }, action }),
Expand Down Expand Up @@ -95,6 +95,6 @@ export default {
expect: undefined,
info: 'db.del can delete values',
},
]
],
},
}

0 comments on commit a581f9a

Please sign in to comment.