Revision 65fd656444be6dc7818f49b72f9ec75c422261f0 authored by Pete Bacon Darwin on 05 November 2021, 17:32:55 UTC, committed by Andrew Scott on 08 November 2021, 18:12:17 UTC
Previously there was a custom version of the testing app for Stackblitz that would run the tests in the browser.
With the web-container approach, this is no longer necessary since the tests can be run directly from the command line.

Fixes #44047

PR Close #44085
1 parent 0f64a35
Raw File
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top