Skip to content

Instantly share code, notes, and snippets.

@stfsy
Created June 10, 2020 13:49
Show Gist options
  • Select an option

  • Save stfsy/7f55325c47b812b7d30b3d9594b5fabd to your computer and use it in GitHub Desktop.

Select an option

Save stfsy/7f55325c47b812b7d30b3d9594b5fabd to your computer and use it in GitHub Desktop.
'use strict'
const BroccoliTestRunner = require('broccoli-test-runner')
const runner = new BroccoliTestRunner('test/fixtures')
describe('BroccoliInjectLivereload', () => {
before(() => {
return runner.build()
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment