UNPKG

nearest-periodic-value

Version:

Find the nearest value of a discrete periodic function, given a point.

12 lines (10 loc) 298 B
var setup = require('./setup'); var config = require('../../config'); global[config.exportVarName] = require('../../tmp/__entry'); global.mocha.setup('bdd'); global.onload = function() { global.mocha.checkLeaks(); global.mocha.globals(config.mochaGlobals); global.mocha.run(); setup(); };