testeranto 0.156.0 → 0.157.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -376,7 +376,7 @@ var getBaseHtml = (title) => `
376
376
  var AppHtml = () => `
377
377
  ${getBaseHtml("Testeranto")}
378
378
 
379
- <link rel="stylesheet" href="ReportApp.css" />
379
+ <link rel="stylesheet" href="App.css" />
380
380
  <script src="App.js"></script>
381
381
  </head>
382
382
  <body>