connor4312 / nodejs-testing

VS Code integration for node:test native tests
MIT License
48 stars 7 forks source link

Function without argument break test discovery #3

Closed skanaar closed 1 year ago

skanaar commented 1 year ago

Weird behavior where a function invocation without arguments break test discovery.

const { test } = require('node:test')

test('function without argument break test discovery', function () {
  foo()
})
connor4312 commented 1 year ago

1.0.2 is published with the fix

skanaar commented 1 year ago

I am impressed by the speed at which these fixes roll in! Good job 😄

connor4312 commented 1 year ago

Having nice and succinct issues with repro steps makes it easy, thank you 🙂