UNPKG

reshine

Version:

Let's take the sunshine path with RethinkDB

8 lines (5 loc) 108 B
import test from 'ava'; import create from './create'; test(t => { t.is(typeof create, 'function'); });