-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
The following demos need updating:
- TestSuite
- Modulo Synth
TestSuite
- Updating to0.0.61
can't detect tests any more:
109
110 </template>
111
112 <!-- Linking to Modulo & loading the TestSuite CPart -->
113 <script src="https://unpkg.com/[email protected]/src/Modulo.js"></script>
114 <script src="https://unpkg.com/[email protected]/mdu/cparts/TestSuite.js"></script>
115
116 <p>To run the tests, bring up your JavaScript Console, and click the "test"
117 command from the COMMANDS menu. Or, click below for a shortcut:</p>
118
119 <a href="?mod-cmd=test"><tt>?mod-cmd=test</tt> | Run tests</a>
120
121 <hr />
122
123 <div>
124 <p>The component being tested is also mounted below, so you can examine it's
125 normal usage:</p>
126 <x-ExampleClickingComponent txt="Hello"></x-ExampleClickingComponent>
127 </div>
128
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation