import { CoreFunctions } from './core-functions';

describe('CoreFunctions', () => {
    it('CoreFunctions and its functions should be defined', () => {
        expect(CoreFunctions).toBeDefined();
    });
});
