From b3afc8f351003cf9df9984fb5be6cd46e18f71d8 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Wed, 6 Mar 2024 17:50:00 +0100 Subject: refactor(git)!: remove v8 deprecated git method (#2716) --- test/modules/git.spec.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/modules') diff --git a/test/modules/git.spec.ts b/test/modules/git.spec.ts index b120cc09..8957e995 100644 --- a/test/modules/git.spec.ts +++ b/test/modules/git.spec.ts @@ -18,8 +18,6 @@ describe('git', () => { .it('with length 8', { length: 8 }); }); - t.skip('shortSha'); - t.describeEach( 'commitEntry', 'commitDate' -- cgit v1.2.3