Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test failure #12

Open
olets opened this issue Feb 22, 2024 · 0 comments
Open

Test failure #12

olets opened this issue Feb 22, 2024 · 0 comments

Comments

@olets
Copy link

olets commented Feb 22, 2024

When I run the tests they fail

% npm test

> @zachleat/spider-pig@3.0.0 test
> ava


  Uncaught exception in test/SpiderPigTest.js

  test/SpiderPigTest.js:14

   13:   return new Promise(function(resolve, reject) {
   14:     let server = connect().use(serveStatic(sitePath)).listen(80…
   15:       // console.log(`Web server started on 8080 for ${sitePath…



  › Function.listen (node_modules/connect/index.js:217:24)
  › test/SpiderPigTest.js:14:53
  › openServer (test/SpiderPigTest.js:13:9)
  › Object.<anonymous> (test/SpiderPigTest.js:10:22)

  ─

  1 uncaught exception

Hit it first with Node 18, then based on the date of last change to the test entry point tried 12 and 10 (12.22.7 and 10.16.3 are the earliest I have on this computer). Same thing. Didn't try going earlier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant