Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Mar 23, 2021
1 parent 4618fa9 commit 26e17c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


module.exports = {
testRunner: 'jest-circus/runner',
testMatch: ['**/test/**/*.js'],
Expand Down
1 change: 0 additions & 1 deletion test/commands/hgetallBuffer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import MockRedis from 'ioredis';
import createBuffer from '../../src/buffer';


describe('hgetallBuffer', () => {
it('should return all the keys and values in a hash map as buffer', () => {
const emails = {
Expand Down

0 comments on commit 26e17c7

Please sign in to comment.