HackYourFuture-CPH / Guide-IT

Guide IT, a tool to help newcomers decide their IT path
MIT License
3 stars 1 forks source link

Fixed test #201

Closed cph-kiwi closed 3 years ago

cph-kiwi commented 3 years ago

Description

The test was breaking the build. The test was testing if the first child in Home had a classname of "home". But the first child's class name is "home-container". So I updated the test page.

Fixes # no issue for this PR.

How to test?

Open the fix-text branch and run "npm run test". Should pass now.

Checklist