You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How could I configure WCT to work with typescript? The tester responds with a 'WCT searched for .js and .html files matching: test/' of which I could see .js is hardcoded in the error message..
If .ts test files is possible could you please share the config? Thank you
The text was updated successfully, but these errors were encountered:
@lemoustachiste 's second suggestion to precompile TS to JS is a good solution, and what I usually do. It's easy to set up and in my experience doesn't add noise in a way that is disruptive.
Also note that WCT is not in development anymore. I highly recommend starting to migrate to something like Karma. The open-wc docs at https://open-wc.org/testing/testing-karma.html are a good starting point.
How could I configure WCT to work with typescript? The tester responds with a 'WCT searched for .js and .html files matching: test/' of which I could see .js is hardcoded in the error message..
If .ts test files is possible could you please share the config? Thank you
The text was updated successfully, but these errors were encountered: