[go: nahoru, domu]

Skip to content

Commit

Permalink
chore(typescript-estree): remove unnecessary old snapshots (#8198)
Browse files Browse the repository at this point in the history
* chore(typescript-estree): remove unnecessary old snapshots

Co-authored-by: Brad Zacher <brad.zacher@gmail.com>

* chore: remove unused jest include patterns

---------

Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
  • Loading branch information
auvred and bradzacher committed Jan 8, 2024
1 parent 615ec38 commit 635bb1f
Show file tree
Hide file tree
Showing 798 changed files with 1 addition and 420,967 deletions.
6 changes: 1 addition & 5 deletions packages/typescript-estree/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@
/** @type {import('@jest/types').Config.InitialOptions} */
module.exports = {
...require('../../jest.config.base.js'),
testRegex: [
'./tests/lib/.*\\.test\\.ts$',
'./tests/ast-alignment/spec\\.ts$',
'./tests/[^/]+\\.test\\.ts$',
],
testRegex: ['./tests/lib/.*\\.test\\.ts$'],
};

This file was deleted.

Loading

0 comments on commit 635bb1f

Please sign in to comment.