<?php

use Lightscale\LaralightAssets\Manifest;

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