import { HappinessCost } from './happiness-cost.model'; describe('HappinessCost', () => { it('should create an instance', () => { expect(new HappinessCost()).toBeTruthy(); }); });