UNPKG

levelgraph

Version:

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

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