UNPKG

ger

Version:

Good Enough Recommendations (GER) is a collaborative filtering based recommendations engine built to be easy to use and integrate into your application.

8 lines (6 loc) 161 B
esm_tests = require './esms/esm_tests' ger_tests = require './ger/ger_tests' all_tests = (ESM) -> esm_tests(ESM) ger_tests(ESM) module.exports = all_tests;