Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/main/install/js/main/d3js/test/d3js/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/main/install/js/main/d3js/test/d3js/d3js.test.js

import {D3js} from '../../src/d3js';

describe('D3js', () => {
	it('Should be a function', () => {
		assert(typeof D3js === 'function');
	});
});