import * as Generate_point from '../lib/utils/dataset_generation/generate_points' import * as Chai from 'chai'; import { listenerCount } from 'cluster'; const should = Chai.should(); const expect = Chai.expect; describe('Utils#Generate_point', () => { it('TODO', () => { console.log('TODO') }); });