Your IP : 172.69.214.233


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/main/d3js/test/d3js/
Upload File :
Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/main/d3js/test/d3js/d3js.test.js

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

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