Commit 0462cbd2 authored by Inphi's avatar Inphi Committed by GitHub

Update packages/common-ts/test/service-spec.ts

Co-authored-by: default avatarWill Cory <willcory10@gmail.com>
parent 2b5b8c1a
......@@ -24,7 +24,6 @@ class Service extends BaseServiceV2<ServiceOptions, {}, {}> {
describe('BaseServiceV2', () => {
it('base service ctor does not throw on camel case options', async () => {
// throws on error
new Service({ camelCase: 'test' })
})
})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment