We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77294ea commit 4e137ccCopy full SHA for 4e137cc
tests/headless.js
@@ -5,7 +5,7 @@
5
const port = 5000;
6
const testURLs = [
7
`http://localhost:${port}/examples/basic.built.html`,
8
- `http://localhost:${port}/examples/basic.html`,
+ `http://localhost:${port}/examples/basic.commented.html`,
9
];
10
const colors = require("colors");
11
const { exec } = require("child_process");
0 commit comments