mirror of
https://bitbucket.org/siakitem/my-pi.git
synced 2026-08-28 08:35:57 +00:00
10 lines
404 B
Markdown
10 lines
404 B
Markdown
---
|
|
description: "Selects beta via ext:; the loaded alpha extension is muted."
|
|
extensions: "./ext-alpha.mjs, ./ext-beta.mjs"
|
|
tools: "*, ext:ext-beta.mjs"
|
|
expect_tools_present: "read, beta_tool"
|
|
expect_tools_absent: "alpha_read, alpha_write"
|
|
---
|
|
e2e template: mirror of all-and-alpha-selected — selecting beta proves the flip
|
|
mutes the *other* loaded extension (alpha) regardless of which one is named.
|