⌈⌋ ⎇ branch:  Bitrhythm


Artifact Content

Artifact 2e025788cf11b7c6571a87b27fd7cfbf472a3ee8d828aa7592d3b9d866374571:


// make expect globally available
window.defaultBrackets = riot.settings.brackets
window.expect = chai.expect // eslint-disable-line

before(function() {
  riot.unregister('riot-tmp')
  riot.unregister('riot-tmp-value')
  riot.unregister('riot-tmp-sub')
})

after(function() {
  riot.settings.brackets = window.defaultBrackets
})