mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
remove test file for pickMultipleRandom
This commit is contained in:
parent
c5e40b40ef
commit
bd7f6edc24
@ -1,17 +0,0 @@
|
||||
var assert = require('assert'),
|
||||
math = require('../../../index');
|
||||
|
||||
describe('pickMultipleRandom', function () {
|
||||
// Note: pickMultipleRandom is a convenience function generated by distribution
|
||||
// it is tested in distribution.test.js
|
||||
|
||||
it('should have a function pickMultipleRandom', function () {
|
||||
assert.equal(typeof math.pickMultipleRandom, 'function');
|
||||
})
|
||||
|
||||
it('should LaTeX pickMultipleRandom', function () {
|
||||
var expression = math.parse('pickMultipleRandom([1,2,3], 2)');
|
||||
assert.equal(expression.toTex(), '\\mathrm{pickMultipleRandom}\\left(\\begin{bmatrix}1\\\\2\\\\3\\\\\\end{bmatrix},2\\right)');
|
||||
});
|
||||
|
||||
});
|
||||
Loading…
x
Reference in New Issue
Block a user