We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4cdb9 commit f44f2f5Copy full SHA for f44f2f5
tools/make/lib/test-browsers/Makefile
@@ -36,6 +36,8 @@ endif
36
# [1]: https://github.com/substack/node-browserify
37
# [2]: https://github.com/bendrucker/proxyquire-universal
38
# [3]: https://github.com/scottcorgan/tap-spec
39
+#
40
+# TODO: make robust to long file lists.
41
42
test-browsers: $(NODE_MODULES)
43
NODE_ENV=$(NODE_ENV_TEST) \
0 commit comments