refactor: remove unused comments

This commit is contained in:
Johann Schopplich
2025-11-03 08:19:57 +01:00
parent e414ca3671
commit 6e9519db3a
2 changed files with 0 additions and 2 deletions

View File

@@ -23,7 +23,6 @@ const fixtureFiles = [
blankLines,
] as Fixtures[]
// Run all fixture-based tests
for (const fixtures of fixtureFiles) {
describe(fixtures.description, () => {
for (const test of fixtures.tests) {

View File

@@ -37,7 +37,6 @@ describe('round-trip fidelity', () => {
})
})
// Run all fixture-based tests
for (const fixtures of fixtureFiles) {
describe(fixtures.description, () => {
for (const test of fixtures.tests) {