Skip to content

Commit

Permalink
docs: update describe title (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
carpasse authored Feb 18, 2024
2 parents 433206c + b96d5d9 commit 4fa337d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/typeUtils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
} from '../types/utils';
import {assertType} from '../types/assertType';

describe('utils', () => {
describe('type utils', () => {
describe('ExtractKeys', () => {
it('should extract the keys of an object that match the keys of another object', () => {
const obj = {
Expand Down

0 comments on commit 4fa337d

Please sign in to comment.