summaryrefslogtreecommitdiff
path: root/tests/Feature/ManifestTest.php
blob: a9e110891765576da6774934a66a5127cf8f1176 (plain)
1
2
3
4
5
6
7
<?php

use Lightscale\LaralightAssets\Manifest;

it('instantiates', function() {
    new Manifest('test.json', '/dist');
})->throwsNoExceptions();