UNPKG

levelgraph

Version:

A graph database for Node.js and the browser built on top of LevelUp

8 lines (4 loc) 153 B
var abstractJoinAlgorithm = require('./abstract_join_algorithm'); describe('basic join algorithm', function() { abstractJoinAlgorithm('basic'); });