UNPKG

apeman-react-icon

Version:
26 lines (19 loc) 416 B
/** * Test case for apIonIconStyle. * Runs with mocha. */ 'use strict' const ApIonIconStyle = require('../lib/ap_ion_icon_style.js').default const assert = require('assert') describe('ap-ion-icon-style', () => { before((done) => { done() }) after((done) => { done() }) it('Ap ion icon style', (done) => { done() }) }) /* global describe, before, after, it */