Current File : /home/lastyfjz/werepairmobile.com/wp-content/plugins/extendify/tests/cypress/support/shared.js
// Escape single quotes in JSON string to prevent CLI command issues
export const safeJsonStringify = (state) =>
	JSON.stringify(state).replace(/'/g, "'\\''");