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 );
}
afterAll( async () => {
await deactivatePlugin( 'wp-bootstrap-blocks-test-column-filters' );
} );
afterAll( async () => {
await deactivatePlugin( 'gutenberg-test-innerblocks-locking-all-embed' );
} );
afterAll( async () => {
await deactivatePlugin( 'wp-bootstrap-blocks-test-button-filters' );
} );
afterAll( async () => {
await deactivatePlugin( 'wp-bootstrap-blocks-test-row-filters' );
} );
afterAll( async () => {
await deactivatePlugin( 'wp-bootstrap-blocks-test-row-old-template-structure' );
} );
afterAll( async () => {
await deactivatePlugin( 'wp-bootstrap-blocks-test-container-filters' );
} );