README
jasmine expect
The expect API from Jasmine standalone, usable with other testing frameworks.
Install
npm install @sanjo/jasmine-expect --save-dev
Usage
Check out the Jasmine documentation and package tests for how to use the package.
Jasmine expect standalone
<script type="module">
import sanjoJasmineExpect from 'https://cdn.skypack.dev/@sanjo/jasmine-expect';
</script>
The expect API from Jasmine standalone, usable with other testing frameworks.
npm install @sanjo/jasmine-expect --save-dev
Check out the Jasmine documentation and package tests for how to use the package.