diff options
Diffstat (limited to 'test/fixtures/react-component/snowpack.config.js')
-rw-r--r-- | test/fixtures/react-component/snowpack.config.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/fixtures/react-component/snowpack.config.js b/test/fixtures/react-component/snowpack.config.js new file mode 100644 index 000000000..2cbf0ef07 --- /dev/null +++ b/test/fixtures/react-component/snowpack.config.js @@ -0,0 +1,5 @@ +export default { + mount: { + + } +}; |