vigetlabs/craft-viget-base

Add parts kit tests

davist11 opened this issue · 1 comments

  • Generating the correct nav
  • Can grab a craft asset
  • Is a parts kit request
  • Correctly selects dark theme config if 'theme' => 'dark' is passed
  • Correctly outputs custom theme CSS

Was having issues detecting whether it was a parts kit request because the segments aren't set when mocking the URL in the unit test.

Also tried testing if parts-kit.css or parts-kit.js was $I->see() in a functional test, but couldn't access stuff in the head or JS