diff --git a/src/__tests__/shallowDefaults.spec.ts b/src/__tests__/shallowDefaults.spec.ts index a8fe1519..144564db 100644 --- a/src/__tests__/shallowDefaults.spec.ts +++ b/src/__tests__/shallowDefaults.spec.ts @@ -1,7 +1,7 @@ import shallowDefaults from '../shallowDefaults' import { OObject } from '../types' -describe('defaults', (): void => { +describe('shallowDefaults', (): void => { test('should merge all objects', (): void => { const getDefaults = shallowDefaults({ a: 1 }) const b = { b: 2 }