Skip to content
  • Mike Bostock's avatar
    Fix two failing assert.throws. · 36c59cd2
    Mike Bostock authored
    Since smash.load uses a separate context, any exceptions it throws use a
    different Error class, and thus the assert.throws fails. So, instead, just allow
    any exception type to be thrown.
    36c59cd2