1 changed files with 6 additions and 0 deletions
@ -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…
Reference in new issue