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
I try to use safetest in my sveltekit project but i struggle with the application boostrap in file /src/main.ts.
My entry point is an app.html file with the following :
You'll need to create a component that will render the test component. Take a look at how NextJS does it, you'll need to do something similar, I'm not familiar enough with Sveltekit to know how to do this. Also take a look at how the React Bootstrap component is defined
I try to use safetest in my sveltekit project but i struggle with the application boostrap in file
/src/main.ts
.My entry point is an
app.html
file with the following :I'm not sure how to bootstrap that programmatically so that the app can be started in tests ?
The text was updated successfully, but these errors were encountered: