Bamieh/reflow

View on GitHub
examples/example-e2e-project/hooks/before-all.js

Summary

Maintainability
A
0 mins
Test Coverage
hook("Before All", function() {
  return {
    beforeAll() {
      console.log('Before All!')
    }
  }
})