ember-test-helpers icon indicating copy to clipboard operation
ember-test-helpers copied to clipboard

Cannot find type definition file for 'ember__test-helpers' after upgrading to v2.9.3

Open flashios09 opened this issue 3 years ago • 2 comments

Hi, I'm having an error on tsconfig.json after upgrading to v2.9.3

image

It was working fine with v2.8.1 before the changes on @types/ember__test-helpers !

Those are the current version of related dependencies:

  • typescript 4.9.4
  • qunit 2.19.3
  • ember-qunit 6.1.1
  • @types/qunit 2.19.4
  • @types/ember-qunit 5.0.2

flashios09 avatar Jan 18 '23 18:01 flashios09

@types/ember__test-helpers is not needed after version 2.9.0

oliverlj avatar Jan 30 '23 18:01 oliverlj

@types/ember__test-helpers is not needed after version 2.9.0

@oliverlj For a reason that I ignore, typescript wasn't able to find the types after moving it from @types/ember__test-helpers to @ember/test-helpers !

flashios09 avatar Feb 01 '23 21:02 flashios09

Looks like this is resolved -- if not, lemme know!

NullVoxPopuli avatar Aug 20 '24 14:08 NullVoxPopuli