UNPKG

awesome-toast-component

Version:

React, Angular, Vue, and Typescript compatible toast.

6 lines (5 loc) 156 B
const Toast = require('./toast.js'); test('sample test', () => { const sb = new Toast('This is a Toast!'); expect(typeof sb).toEqual('object'); });