Update test todo note

pull/5754/head
dmitrage 6 years ago
parent 7ac102a805
commit d5408003ef

@ -5,6 +5,7 @@ export const COMMON = ':global(html) { height: 100%; }\n';
// TODO: removing '\n' breaks test // TODO: removing '\n' breaks test
// - _actual.svelte.map looks correct // - _actual.svelte.map looks correct
// - _actual.css.map adds reference to </style> on input.svelte // - _actual.css.map adds reference to </style> on input.svelte
// - Most probably it is caused by bug in current magic-string version (fixed in 0.25.7)
export const STYLES = '.awesome { color: orange; }\n'; export const STYLES = '.awesome { color: orange; }\n';
export default { export default {

Loading…
Cancel
Save