You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(tests): extract common code into load function
The repetitive code for loading and preprocessing Svelte files in
tests has been extracted into a separate async function named 'load'.
This makes the test cases cleaner and easier to read.
0 commit comments