README
Cocoon Testing
Provides a single light-weight helper for unit testing nodes without running them in a real Cocoon environment.
For integration testing of nodes, or testing entire Cocoon definitions, use the @cocoon/cocoon
package instead.
Provides a single light-weight helper for unit testing nodes without running them in a real Cocoon environment.
<script type="module">
import cocoonTesting from 'https://cdn.skypack.dev/@cocoon/testing';
</script>
Provides a single light-weight helper for unit testing nodes without running them in a real Cocoon environment.
For integration testing of nodes, or testing entire Cocoon definitions, use the @cocoon/cocoon
package instead.