Enhancement
We should automatically discover .spec.ts and .spec.tsx files in the source directory and use those as entrypoints during a test build. It already globs for .ts files in the tests/unit directory. This will remove the need to manually update an all.ts file and will play nice with dojo/cli-test-intern#138 .