eslint-plugin-ava icon indicating copy to clipboard operation
eslint-plugin-ava copied to clipboard

TypeError: Cannot destructure property 'type' of 'node' as it is undefined.

Open titanism opened this issue 1 year ago • 0 comments

The following code causes this error (using ava/xo latest):

      } catch (err_) {
        t.fail(err_); // <-- error in title of this GH issue occurs here
      }

titanism avatar Jun 08 '23 23:06 titanism