Split utils functions into set of helper modules

This commit is contained in:
2020-07-18 17:25:47 +03:00
parent d57d8c4942
commit dfc7d48fd4
48 changed files with 175 additions and 163 deletions

View File

@ -1,6 +1,6 @@
import { it, describe } from 'mocha';
import { expect } from 'chai';
import { elClassId, getNumber } from '../src/utils';
import { elClassId, getNumber } from '../../src/Helpers/Convert';
describe('Utils', function() {
describe('getNumber', function() {