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

Node tests failing on Windows #2729

Open
justinfagnani opened this issue May 10, 2024 · 0 comments
Open

Node tests failing on Windows #2729

justinfagnani opened this issue May 10, 2024 · 0 comments

Comments

@justinfagnani
Copy link
Contributor

CI looks like it's consistently failing on Node tests on Windows.

Example test run: https://github.com/modernweb-dev/web/actions/runs/8848138633/job/24297385401

The failure appears to be:

Failed test file: Webkit test\snapshot\browser-test.js
can store snapshots containing # character   at AssertionError (..\..\node_modules\chai\chai.js:9200:22)
  at ..\..\node_modules\chai\chai.js:250:31
  at assertEqual (..\..\node_modules\chai\chai.js:1409:18)
  at methodWrapper (..\..\node_modules\chai\chai.js:7884:30)
  at test\snapshot\browser-test.js:118:34
!

  16 passing (53s)
  1 pending
  1 failing

  1) snapshotPlugin
       passes snapshot tests:
     Error: Test run did not pass
      at EventEmitter.<anonymous> (D:\a\web\web\packages\test-runner-core\dist\test-helpers.js:120:24)
      at EventEmitter.emit (node:events:518:28)
      at EventEmitter.emit (node:domain:488:12)
      at TestRunner.emit (D:\a\web\web\packages\test-runner-core\dist\utils\EventEmitter.js:16:24)
      at TestRunner.stop (D:\a\web\web\packages\test-runner-core\dist\runner\TestRunner.js:129:14)
      at processTicksAndRejections (node:internal/process/task_queues:95:5)

(there are other errors, but these might be test of handling syntax errors?)

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