Bamieh/reflow

View on GitHub
packages/reflow-core/__test/fixture/suite/suite-c.js

Summary

Maintainability
A
1 hr
Test Coverage
describe('Suite C', function() {
  it('Runs Cases', function() {
    expect(1).to.equal(1);
    console.log('Another Standard Suite Case Invoked')
  })
})