mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-24 14:04:06 +03:00
32a7fb51da
* refactor(*): convert to babel and generation to lib, es, dist * chore(*): remove generated files * fix(*): lint run command
8 lines
153 B
JavaScript
8 lines
153 B
JavaScript
import preset from '../src'
|
|
|
|
describe('@bbob/preset-react', () => {
|
|
test('is a function', () => {
|
|
expect(preset).toBeInstanceOf(Function)
|
|
})
|
|
});
|