From dec84deed1650d14e7331d779da1eaf6dc3f3010 Mon Sep 17 00:00:00 2001 From: dariober Date: Wed, 18 Sep 2024 10:15:12 +0100 Subject: [PATCH] Fix linter --- .../apollo-shared/src/GFF3/gff3ToAnnotationFeature.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/apollo-shared/src/GFF3/gff3ToAnnotationFeature.test.ts b/packages/apollo-shared/src/GFF3/gff3ToAnnotationFeature.test.ts index 1339710f..a27983ea 100644 --- a/packages/apollo-shared/src/GFF3/gff3ToAnnotationFeature.test.ts +++ b/packages/apollo-shared/src/GFF3/gff3ToAnnotationFeature.test.ts @@ -169,8 +169,8 @@ describe('gff3ToAnnotationFeature examples', () => { const txt = JSON.stringify(actual, null, 2) assert.equal(txt.match(/"type": "CDS"/g)?.length, 4) - //const expected = readAnnotationFeatureSnapshot('test_data/example03.json') - //compareFeatures(actual, expected) + // const expected = readAnnotationFeatureSnapshot('test_data/example03.json') + // compareFeatures(actual, expected) }) it('Convert example 4', () => { const ft = JSON.stringify(ex4, null, 2)