Split functions and returned sequence types in test/sequenceTools.js into separate files #160
Labels
effort: low
The issue will probably take a single contributor no more than one day of work to resolve.
meta: good first issue
The issue is especially suitable for first-time contributors.
priority: trivial
The issue has very little impact on people using the software.
type: polish
The issue involves making existing functionality more usable.
Currently the file contains lots of things, like
unknownLength
/UnknownLengthSequence
andmakeUnidirectional
/UnidirectionalSequence
. These should each be moved into their own files inside thetest
directory andsequenceTools.js
should be removed.See #158 (comment)
To prevent existing code from breaking it will be necessary to also remove the
sequenceTools
import inhigher.js
and add an import for every file separated out in this way.The text was updated successfully, but these errors were encountered: