# extendify/3.1.1/tests/cypress/support/shared.js

Extendify, version 3.1.1. 4 lines.

- Page: https://pluginprobe.com/plugins/extendify/3.1.1/code/tests/cypress/support/shared.js
- Raw: https://pluginprobe.com/plugins/extendify/3.1.1/raw/tests/cypress/support/shared.js
- Modified: 2026-06-11T18:37:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/extendify/3.1.1/code/tests/cypress/support/shared.js#L10-L20`.

```javascript
// Escape single quotes in JSON string to prevent CLI command issues
export const safeJsonStringify = (state) =>
	JSON.stringify(state).replace(/'/g, "'\\''");

```
