mirror of https://github.com/lukechilds/vainjs.git
Luke Childs
6 years ago
1 changed files with 3 additions and 3 deletions
@ -1,6 +1,6 @@ |
|||
import test from 'ava'; |
|||
import vanity from '..'; |
|||
import Vain from '..'; |
|||
|
|||
test('vanity is exported', t => { |
|||
t.not(vanity, undefined); |
|||
test('Vain is exported', t => { |
|||
t.not(Vain, undefined); |
|||
}); |
|||
|
Loading…
Reference in new issue