improve notepad features and add drawing canvas
All checks were successful
Deploy Sokko G / deploy (push) Successful in 7s
All checks were successful
Deploy Sokko G / deploy (push) Successful in 7s
This commit is contained in:
parent
e73d754082
commit
de1b8a5638
20 changed files with 1732 additions and 141 deletions
|
|
@ -114,7 +114,7 @@ test("toolbox module registry and modules expose expected behavior", async () =>
|
|||
assert.match(moduleRegistry, /module-content/);
|
||||
assert.match(moduleRegistry, /module-scroll-button/);
|
||||
assert.match(moduleRegistry, /Icon name="dropdown"/);
|
||||
assert.match(moduleRegistry, /aria-expanded=\{quickOpen\}/);
|
||||
assert.match(moduleRegistry, /CompactDropdown/);
|
||||
assert.doesNotMatch(source, /<select value="" onChange=\{\(event\) => addModule/);
|
||||
assert.match(notepadModule, /export function NotepadModule/);
|
||||
assert.match(calculatorModule, /export function CalculatorModule/);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue