Answer to question 71198186 on StackOverflow.
- NodeJS v16.15.0
- In your shell, run
npm start - On the browser tab that just launched, you should see
param is false - Add
?openWidget=trueto the end of your url (e.g.:http://localhost:3000/?openWidget=true) - You should now see
param is true
- In your shell, run
npm test. You should see a message confirming that all tests are passing.