@wordpress/e2e-tests
Version:
Test plugins and mu-plugins for E2E tests in WordPress.
16 lines (15 loc) • 396 B
JSON
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "test/router-script-modules-charlie",
"title": "E2E Interactivity tests - router modules - Charlie",
"category": "text",
"icon": "heart",
"description": "",
"supports": {
"interactivity": true
},
"textdomain": "e2e-interactivity",
"viewScriptModule": "file:./view.js",
"render": "file:./render.php"
}