* update dependencies
+ set jest-puppeteer to use new headless mode
+ replace obsolete puppeteer Page.waitFor with .waitForFunction
* update style
+ apply style changes from prettier config update
* configure test to wait on unique port
+ specify port for puppeteer to wait for
+ use a port unlikely to be used by regular client server
* Update min node version
Additionally in ADO pipeline:
+ explicitly use `ci` for `install`
+ invoke npm scripts without Npm task overhead after install
We don't want to manage issues in this repo but we do want developers to be able to open issue against the helloworld tutorial.
This will direct developers to stackoverflow for questions and the FluidFramework repo for issues.