Files
svgr/examples/mocha-esm/example.test.js
2021-12-01 22:28:56 +01:00

8 lines
120 B
JavaScript

import { Icon } from './example.js'
it('works', () => {
if (Icon !== 'Icon') {
throw new Error('Invalid')
}
})