You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TestSuite - Updating to 0.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/mdu.js@0.0.61/src/Modulo.js"></script>
114 <script src="https://unpkg.com/mdu.js@0.0.61/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
The text was updated successfully, but these errors were encountered:
michaelpb
changed the title
Issue: Old Demos
Bug: Demos pinned to older version of Modulo
Sep 3, 2023
The following demos need updating:
TestSuite
- Updating to0.0.61
can't detect tests any more:The text was updated successfully, but these errors were encountered: