Browse Source

Test expired.on is a function

pull/7/head
Luke Childs 8 years ago
parent
commit
1a4eaff85e
  1. 6
      test/expired.on.js

6
test/expired.on.js

@ -0,0 +1,6 @@
import test from 'ava';
import expired from '../';
test('expired.on is a function', t => {
t.is(typeof expired.in, 'function');
});
Loading…
Cancel
Save