Browse Source

Remove pointless test

emp
Luke Childs 7 years ago
committed by Jytesh
parent
commit
7ad2bcd46f
  1. 4
      packages/keyv/test/unit.js

4
packages/keyv/test/unit.js

@ -6,7 +6,3 @@ test('Keyv is a class', t => {
t.throws(() => Keyv()); // eslint-disable-line new-cap
t.notThrows(() => new Keyv());
});
test('Keyv is an instance of Keyv', t => {
t.true(new Keyv() instanceof Keyv);
});

Loading…
Cancel
Save