mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
lint
This commit is contained in:
parent
68bba72ff8
commit
b95ec16aaf
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ export default (createApp: CreateAppFunc) => {
|
|||
|
||||
it('throws an error if options promise is rejected', () => {
|
||||
const app = createApp({ apolloOptions: () => {
|
||||
return Promise.reject({}) as any as ApolloOptions
|
||||
return Promise.reject({}) as any as ApolloOptions;
|
||||
}});
|
||||
const expected = 'Invalid options';
|
||||
const req = request(app)
|
||||
|
|
Loading…
Add table
Reference in a new issue