mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 23:34:10 +08:00
refactor: remove unused comments
This commit is contained in:
@@ -23,7 +23,6 @@ const fixtureFiles = [
|
|||||||
blankLines,
|
blankLines,
|
||||||
] as Fixtures[]
|
] as Fixtures[]
|
||||||
|
|
||||||
// Run all fixture-based tests
|
|
||||||
for (const fixtures of fixtureFiles) {
|
for (const fixtures of fixtureFiles) {
|
||||||
describe(fixtures.description, () => {
|
describe(fixtures.description, () => {
|
||||||
for (const test of fixtures.tests) {
|
for (const test of fixtures.tests) {
|
||||||
|
|||||||
@@ -37,7 +37,6 @@ describe('round-trip fidelity', () => {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
// Run all fixture-based tests
|
|
||||||
for (const fixtures of fixtureFiles) {
|
for (const fixtures of fixtureFiles) {
|
||||||
describe(fixtures.description, () => {
|
describe(fixtures.description, () => {
|
||||||
for (const test of fixtures.tests) {
|
for (const test of fixtures.tests) {
|
||||||
|
|||||||
Reference in New Issue
Block a user