other-reward.spec.ts 175 Bytes
import { OtherReward } from './other-reward';

describe('OtherReward', () => {
  it('should create an instance', () => {
    expect(new OtherReward()).toBeTruthy();
  });
});