import { OtherReward } from './other-reward'; describe('OtherReward', () => { it('should create an instance', () => { expect(new OtherReward()).toBeTruthy(); }); });