mirror of
https://github.com/gosticks/svgr.git
synced 2026-07-03 03:20:01 +00:00
8 lines
120 B
JavaScript
8 lines
120 B
JavaScript
import { Icon } from './example.js'
|
|
|
|
it('works', () => {
|
|
if (Icon !== 'Icon') {
|
|
throw new Error('Invalid')
|
|
}
|
|
})
|