import {identity} from '../../src/core'; describe('identity', () => { it('demo', () => expect( identity(3) ).toBe(3)); });