UNPKG

beepody

Version:
8 lines (6 loc) 149 B
import Tone from './Tone' test('New Tone is the expected type', () => { expect(() => { new Tone() }).toThrow('AudioContext is required') })