UNPKG

levelgraph

Version:

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

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