UNPKG

mathjslab

Version:

MathJSLab - An interpreter with language syntax like MATLAB®/Octave. ISBN 978-65-00-82338-7

8 lines (6 loc) 217 B
import { CoreFunctions } from './core-functions'; describe('CoreFunctions', () => { it('CoreFunctions and its functions should be defined', () => { expect(CoreFunctions).toBeDefined(); }); });