README
BB-TEST ngmock
Provides support for angular mocks in the bb-test unit tool
Install alongside bb-test
npm install -g @bb-cli/bb-test-plugin-ngmock
Usage
bb-test unit --test-plugins ngmock
Prepends angular and angular-mocks to the list of karma files.
<script type="module">
import bbCliBbTestPluginNgmock from 'https://cdn.skypack.dev/@bb-cli/bb-test-plugin-ngmock';
</script>
Provides support for angular mocks in the bb-test unit tool
npm install -g @bb-cli/bb-test-plugin-ngmock
bb-test unit --test-plugins ngmock