Skip to content

Commit

Permalink
test(shallowdefaults): correct test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hamilton committed Nov 20, 2019
1 parent 71c43a1 commit 2c58256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/shallowDefaults.spec.ts
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down

0 comments on commit 2c58256

Please # to comment.