@availity/workflow-plugin-angular

Angular 1.x module for @availity/workflow

Usage no npm install needed!

<script type="module">
  import availityWorkflowPluginAngular from 'https://cdn.skypack.dev/@availity/workflow-plugin-angular';
</script>

README

@availity/workflow-plugin-angular

Plugin for Angular based availity-workflow boilerplate projects

Testing Libraries

By default angular and angular-mocks are added to the project. Some of their scripts are also automatically added to the setUpFilesAfterEnv param for jest here.

  • angular - base angular framework.
  • angular-mocks - same mocks available for use in angular framework.

If you want to override this you can create a file in the /app directory called jest.init.js and export whichever modules you want.

Example

module.exports = [
    'angular',
    'angular-mocks'
]

More Info on Jest setUpFilesAfterEnv here