mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
7 lines
112 B
JavaScript
7 lines
112 B
JavaScript
// test units functions
|
|
|
|
var assert = require('assert');
|
|
var math = require('../../math.js');
|
|
|
|
// TODO: test in
|