UNPKG

@pan-os/cerberus

Version:

security wrapper to protect routes dynamically with heimdall structure

7 lines (5 loc) 121 B
import test from 'ava'; import Cerberus from '..'; test('should match the snapshot', t => { t.snapshot(Cerberus); });