Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 577 Bytes

File metadata and controls

20 lines (12 loc) · 577 Bytes

Description

Answer to question 71198186 on StackOverflow.

Requirements

  • NodeJS v16.15.0

Instructions

Run

  • In your shell, run npm start
  • On the browser tab that just launched, you should see param is false
  • Add ?openWidget=true to the end of your url (e.g.: http://localhost:3000/?openWidget=true)
  • You should now see param is true

Test

  • In your shell, run npm test. You should see a message confirming that all tests are passing.