describe('Artifact Model', () => {
  it('should convert build artifact successfully', () => {
    const artifact = new Artifact(mockBuildArtifactResponse_log);

    expect(artifact.id).toBe('12345');