-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
If there exists a CSS rollup config that separates the associated CSS into another file (as is done in default rollup template https://github.com/sveltejs/template/blob/master/rollup.config.js#L23-L25), the tests won't have access to the CSS
Workaround is to disable those lines in test mode.