Unverified Commit 82d83c56 authored by Michael Daniels's avatar Michael Daniels
Browse files

ci/supportedBranches: export split()

parent 015d12a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ function classify(branch) {
  }
}

module.exports = { classify }
module.exports = { classify, split }

// If called directly via CLI, runs the following tests:
if (!module.parent) {