mathjs/test/expression/node/handlers.test.js
2014-01-01 20:46:30 +01:00

13 lines
253 B
JavaScript

// test handlers
var assert = require('assert'),
approx = require('../../../tools/approx'),
math = require('../../../index')();
describe('handlers', function() {
it ('should create custom Node handlers', function () {
// TODO
});
});