selections e2e test (#1136)

* selections e2e test

* .only

* adde test

* make invalid kcl test pass on macos runner

* further attempt to solve invalid code test on macos

* add comment
This commit is contained in:
Kurt Hutten
2023-11-28 21:23:20 +11:00
committed by GitHub
parent 6df1ae7161
commit f6cbc752d7
8 changed files with 132 additions and 24 deletions

View File

@ -32,7 +32,7 @@ export const EngineCommands = () => {
const stringer = JSON.stringify(command)
if (containsFilter && !stringer.includes(containsFilter)) return null
return (
<pre className="text-xs">
<pre className="text-xs" key={index}>
<code
key={index}
data-message-type={command.type}