UNPKG
@jlalmes/goober
Version:
latest (2.0.38-fix.5)
2.0.38-fix.5
2.0.38-fix.4
2.0.38-fix.3
2.0.38-fix.2
2.0.38-fix.1
A less than 1KB css-in-js solution
github.com/cristianbote/goober
cristianbote/goober
@jlalmes/goober
/
src
/
__tests__
/
index.test.js
16 lines
(14 loc)
•
323 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import
*
as
goober
from
'../index'
;
describe
(
'goober'
,
() =>
{
it
(
'exports'
,
() =>
{
expect
(
Object
.
keys
(goober).
sort
()).
toEqual
([
'css'
,
'extractCss'
,
'glob'
,
'keyframes'
,
'setup'
,
'styled'
,
'useTheme'
]); }); });