Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
export async function resetSiteKit() {
await activatePlugin( PLUGIN_SLUG );
clearLocalStorage();
clearSessionStorage();
await deactivatePlugin( PLUGIN_SLUG );
}
async function setupBrowser() {
await clearLocalStorage();
await setBrowserViewport( 'large' );
}
async function setupBrowser() {
await clearLocalStorage();
await setBrowserViewport( 'large' );
}