Skip to content

Commit

Permalink
Fix (headless.js): don't build ReSpec, use test/test-build.js instead
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Mar 7, 2016
1 parent b5e45ed commit 70da002
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/headless.js
Expand Up @@ -89,8 +89,6 @@ async.task(function*() {
const dir = require("path").join(__dirname, "..");
app.use(express.static(dir));
app.listen(port);
debug(" ⏲ Building ReSpec...");
yield builder.buildW3C("latest");
debug(" ⏲ Running ReSpec2html tests...");
yield runRespec2html(server);
})
Expand Down

0 comments on commit 70da002

Please sign in to comment.