Browse Source

Fix test variable name

master
Luke Childs 6 years ago
parent
commit
e0cd632c2e
  1. 6
      test/unit.js

6
test/unit.js

@ -1,6 +1,6 @@
import test from 'ava'; import test from 'ava';
import vanity from '..'; import Vain from '..';
test('vanity is exported', t => { test('Vain is exported', t => {
t.not(vanity, undefined); t.not(Vain, undefined);
}); });

Loading…
Cancel
Save