mirror of
https://github.com/zhigang1992/react.git
synced 2026-03-26 06:55:07 +08:00
test: mock dynamic css template
This commit is contained in:
8
tests/__mocks__/styled-jsx/css.js
Normal file
8
tests/__mocks__/styled-jsx/css.js
Normal file
@@ -0,0 +1,8 @@
|
||||
const css = {
|
||||
resolve: () => ({
|
||||
className: 'mock',
|
||||
style: null,
|
||||
}),
|
||||
}
|
||||
|
||||
module.exports = css
|
||||
Reference in New Issue
Block a user