Tests: s/Spec/Test/

Missed in f5a372b075 (I probably grepped
case-sensitively).
redux
David Majda 7 years ago
parent 2942fa1867
commit 205c55d309

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>PEG.js Spec Suite</title>
<title>PEG.js Test Suite</title>
<link rel="stylesheet" href="vendor/mocha/mocha.css">
</head>
<body>

@ -31,5 +31,5 @@ app.get("/bundle.js", (req, res) => {
});
app.listen(8000, () => {
console.log("Spec server running at http://localhost:8000...");
console.log("Test server running at http://localhost:8000...");
});

Loading…
Cancel
Save