Chapter 13: initial samples

This commit is contained in:
Beth Griggs
2020-08-03 00:09:53 +01:00
parent 6b79a9e6fb
commit d123a16d35
40 changed files with 4004 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
const http = require("http");
const path = require("path");
//process.report.directory = path.join(__dirname, "reports");
process.report.filename = "my-diagnostic-report.json";
http.get("hello://localhost:3000", (response) => {});