feat(npmignore): handle *.test.*js files

This naming scheme is used by `node:test` and its userland implementation `test`.
This commit is contained in:
Julien Fontanet
2022-10-20 17:00:49 +02:00
parent 37dea9980e
commit 20dbbeb38e

View File

@@ -24,6 +24,8 @@ example.{,c,m}js.map
/tests/
*.spec.{,c,m}js
*.spec.{,c,m}js.map
*.test.{,c,m}js
*.test.{,c,m}js.map
__snapshots__/