diff options
| author | Shinigami <[email protected]> | 2024-03-06 17:50:00 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-06 16:50:00 +0000 |
| commit | b3afc8f351003cf9df9984fb5be6cd46e18f71d8 (patch) | |
| tree | 52554570e9738e311f11e3b64ecfb3b832452e3c /test | |
| parent | 2716865a0441b8502c8d0ee3efbdbe1bcebe0101 (diff) | |
| download | faker-b3afc8f351003cf9df9984fb5be6cd46e18f71d8.tar.xz faker-b3afc8f351003cf9df9984fb5be6cd46e18f71d8.zip | |
refactor(git)!: remove v8 deprecated git method (#2716)
Diffstat (limited to 'test')
| -rw-r--r-- | test/modules/git.spec.ts | 2 |
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' |
