Skip to content

Commit

Permalink
Remove more fixtures-to-test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 16, 2022
1 parent 28863a4 commit b331c98
Showing 1 changed file with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class FixturesTester {
}

public getFixtures(): Fixture[] {
const wat = this.fixtures
return this.fixtures
.map(fixture =>
glob
.sync(fixture.pattern, {
Expand All @@ -103,7 +103,6 @@ class FixturesTester {
})),
)
.reduce((acc, x) => acc.concat(x), []);
return wat;
}
}

Expand Down Expand Up @@ -372,15 +371,6 @@ tester.addFixturePatternConfig('typescript/basics', {
'class-with-two-methods-computed-constructor',
'export-type-star-from',
'import-type-error',

/**
*
*/
'import-equal-declaration',
'import-export-equal-declaration',
'import-equal-type-declaration',
'import-export-equal-type-declaration',

/**
* [TS-ESTREE ERRORED, BUT BABEL DID NOT]
* This is intentional; babel is not checking types
Expand Down

0 comments on commit b331c98

Please sign in to comment.