Browse Source

Tests: s/Spec/Test/

Missed in f5a372b075 (I probably grepped
case-sensitively).
redux
David Majda 7 years ago
parent
commit
205c55d309
  1. 2
      test/index.html
  2. 2
      test/server

2
test/index.html

@ -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>

2
test/server

@ -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