Skip to content

Instantly share code, notes, and snippets.

@stfsy
Last active June 10, 2020 13:48
Show Gist options
  • Save stfsy/bd27f871365887b87326500cb2721843 to your computer and use it in GitHub Desktop.
Save stfsy/bd27f871365887b87326500cb2721843 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.serve()
})
after(() => {
return runner.stop()
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment