mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
13 lines
253 B
JavaScript
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
|
|
});
|
|
|
|
});
|