Split utils functions into set of helper modules
This commit is contained in:
@ -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() {
|
Reference in New Issue
Block a user