UNPKG

@sohale/implisolid

Version:

A Solid Modelling Kernel in Javascript based on Implicit Surfaces, for MP5 file format

16 lines (11 loc) 404 B
console.log("todo: test"); var expect = require('chai').expect; var IMPLICIT = require('./index.js'); describe('tests', function() { it('initialisation (nothin)', function() { expect(true).to.equal(true); expect(!!IMPLICIT).to.equal(true); console.log(IMPLICIT.getLiveGeometry_from_json); expect(!!(IMPLICIT.getLiveGeometry_from_json)).to.equal(true); }); });