Bamieh/reflow

View on GitHub
examples/example-native-project/subflow/hooked.js

Summary

Maintainability
A
0 mins
Test Coverage
subflow("Hooked Subflow", function() {
  return {
    suites: [
      getHook('Hook C', ['core']),
      getSuite('Suite E', ['core']),
    ]
  }
})