tfjs-vis icon indicating copy to clipboard operation
tfjs-vis copied to clipboard

Don't publish _test.ts files on NPM.

Open nsthorat opened this issue 6 years ago • 0 comments

There is no need to publish the src/**/*_test.ts files.

It causes the tests to execute in dependent packages when those tests are run. This also decreases the NPM package size.

See #1380


This change is Reviewable

nsthorat avatar Mar 18 '19 17:03 nsthorat