/** @test */ public function it_finds_the_module_asset_path() { $this->repository->addLocation(__DIR__ . '/stubs/Recipe'); $assetPath = $this->repository->assetPath('recipe'); $this->assertEquals(public_path('modules/recipe'), $assetPath); }