UNPKG

mathjslab

Version:

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

8 lines (6 loc) 184 B
import { CharString } from './char-string'; describe('CharString', () => { it('CharString should be defined', () => { expect(CharString).toBeDefined(); }); });