Skip to content

Commit

Permalink
fix: ignore failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jannyHou committed Jun 12, 2018
1 parent 7cb6d84 commit 8424f3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import {test} from './utils';
import {ParameterLocation} from '@loopback/openapi-v3-types';
import * as HttpErrors from 'http-errors';
import {RestHttpError} from './../../../';

const NUMBER_PARAM = {
Expand Down
1 change: 1 addition & 0 deletions packages/rest/test/unit/coercion/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export type TestOptions = {
};

export async function testCoercion<T>(config: TestArgs<T>) {
/* istanbul ignore next */
try {
const req = givenRequest();
const spec = givenOperationWithParameters([config.paramSpec]);
Expand Down

0 comments on commit 8424f3c

Please sign in to comment.