Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dariober committed Sep 18, 2024
1 parent 68f9b76 commit dec84de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dec84de

Please sign in to comment.