Skip to content

issues Search Results · repo:avajs/ava language:JavaScript

Filter by

1k results
 (102 ms)

1k results

inavajs/ava (press backspace or delete to remove)

$ npm install --omit=dev ava npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests ...
needs triage
  • mdouglass
  • Opened 
    6 days ago
  • #3375

Please provide details about: - What you re trying to do I have a test which is writing debug logs to the console but not making any asserts. The timeout on that test is triggering that the test ...
bug
scope:internals
  • mdouglass
  • 1
  • Opened 
    12 days ago
  • #3373

In the Ky tests, we have a simple assertion that a Node.js DOMException is thrown when a request is aborted. In AVA v5, this assertion works as expected. However, beginning with AVA v6, DOMException seems ...
enhancement
scope:assertions
scope:internals
  • sholladay
  • 8
  • Opened 
    on Feb 11
  • #3367

Although Node 23 (and generally, the odd-numbered versions) have very brief development windows and are not suitable for production use, they are useful for developers who want to add support for the next ...
question
  • dmurvihill
  • 2
  • Opened 
    on Jan 5
  • #3365

https://github.com/avajs/ava/blob/upgrade-xo-v0.57.0-1/ava.config.js - __ import process from node:process ; const skipWatchMode = process.env.TEST_AVA_SKIP_WATCH_MODE ? [ !test/watch-mode/** ] : []; ...
  • Aya-arch-prog
  • Opened 
    on Dec 29, 2024
  • #3363

Please provide details about: - What you re trying to do Assuming: - Node v23.1.0 (Linux) - ava : ^6.2.0 and - no configuration - the following test file: import ava from ava ava( KO , ...
enhancement
scope:assertions
scope:reporters
  • thoughtsunificator
  • 3
  • Opened 
    on Dec 19, 2024
  • #3361

** ava : ^5.3.1 ** Please provide details about: - What you re trying to do npm test -- debug -m Foo should do bar with baz - Why you can t use AVA for this debug option is only supported when ...
question
  • thoughtsunificator
  • 1
  • Opened 
    on Dec 10, 2024
  • #3360

I m using ava to write tests that involve lots of ANSI codes, and the test output gets unwieldy. I m surprised, actually, since ava is used to test chalk, I would think this would ve come up before. Anyway, ...
needs triage
  • colinta
  • 1
  • Opened 
    on Nov 25, 2024
  • #3357

avajs beforeEach hook issue I have test cases where a Foo object that has a bar method which tracks its calls. Within the beforeEach hook, a Foo object is constructed and its bar method is called with ...
needs triage
  • thoughtsunificator
  • Opened 
    on Nov 24, 2024
  • #3356

Hello, I was trying to migrate from ava@5.1.1 to ava@6.2.0 when I found that only 1 file was processed, and the execution was stuck until the timeout. Below is the config from package.json: { ava : ...
needs triage
  • futin
  • Opened 
    on Nov 22, 2024
  • #3352
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub