professional-services icon indicating copy to clipboard operation
professional-services copied to clipboard

test: typescript formatter not actually used

Open tswast opened this issue 4 years ago • 2 comments

As far as I can tell ./examples/ml-audio-content-profiling is the only sample that has typescript, but it's in the exclusions list.

I believe it's being excluded because it takes forever to run some of the other formatters against it due to the node_modules directory. I think we'll need to make sure we exclude that from any formatting.

tswast avatar May 08 '20 22:05 tswast

It doesn't look like that example has any node_modules currently committed so I'm not sure why that's delaying tests?

In general, we should probably exclude any directories listed in .gitignore.

morgante avatar May 08 '20 22:05 morgante

When npm audit is run, it creates the node_modules directory, delaying other tests.

In general, we should probably exclude any directories listed in .gitignore.

That's a good idea.

tswast avatar May 11 '20 15:05 tswast

Closed due to inactivity.

agold-rh avatar Feb 17 '23 16:02 agold-rh