README
Testing Utils
Client side utilities for running tests in the Bolt Design System. Server side utils are in @bolt/testing-utils.
Helper functions and misc bits of reusable Javascript code to help more easily write tests in the Bolt Design System.
<script type="module">
import boltTestingHelpers from 'https://cdn.skypack.dev/@bolt/testing-helpers';
</script>
Client side utilities for running tests in the Bolt Design System. Server side utils are in @bolt/testing-utils.