loopback-acl-test

Simplified automated API testing for Loopback forked from jubbens/loopback-api-testing and edited to support Jest

Usage no npm install needed!

<script type="module">
  import loopbackAclTest from 'https://cdn.skypack.dev/loopback-acl-test';
</script>

README

Loopback ACL Test

This package was originally just a fork from loopback-api-testing to support Jest.

Afterwards, though, I started to implement more interesting features, such as generating the JWT itself, no longer needing to make requests for login, thus enabling more trustworthy unit tests.