UNPKG

javascript-heroes

Version:

A curated list of awesome people from the JavaScript community

7 lines (5 loc) 103 B
import test from 'ava'; import jsHeroes from './'; test(t => { t.is(typeof jsHeroes, 'object'); });