Skip to content

Commit

Permalink
chore: update jest monorepo (#3362)
Browse files Browse the repository at this point in the history
* chore: update jest monorepo

* test: skip failing test for now

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: escapedcat <github@htmlcss.de>
  • Loading branch information
renovate[bot] and escapedcat committed Dec 14, 2022
1 parent a85445f commit 289b642
Show file tree
Hide file tree
Showing 2 changed files with 688 additions and 964 deletions.
4 changes: 3 additions & 1 deletion @commitlint/load/src/load.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,9 @@ test('recursive extends with package.json file', async () => {
});
});

test('recursive extends with ts file', async () => {
// fails since a jest update: https://github.com/conventional-changelog/commitlint/pull/3362
// eslint-disable-next-line jest/no-disabled-tests
test.skip('recursive extends with ts file', async () => {
const cwd = await gitBootstrap('fixtures/recursive-extends-ts');
const actual = await load({}, {cwd});

Expand Down
Loading

0 comments on commit 289b642

Please sign in to comment.