aboutsummaryrefslogtreecommitdiff
path: root/test/modules/git.spec.ts
diff options
context:
space:
mode:
authorShinigami <[email protected]>2024-03-06 17:50:00 +0100
committerGitHub <[email protected]>2024-03-06 16:50:00 +0000
commitb3afc8f351003cf9df9984fb5be6cd46e18f71d8 (patch)
tree52554570e9738e311f11e3b64ecfb3b832452e3c /test/modules/git.spec.ts
parent2716865a0441b8502c8d0ee3efbdbe1bcebe0101 (diff)
downloadfaker-b3afc8f351003cf9df9984fb5be6cd46e18f71d8.tar.xz
faker-b3afc8f351003cf9df9984fb5be6cd46e18f71d8.zip
refactor(git)!: remove v8 deprecated git method (#2716)
Diffstat (limited to 'test/modules/git.spec.ts')
-rw-r--r--test/modules/git.spec.ts2
1 files changed, 0 insertions, 2 deletions
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'