We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84ecc7 commit 9807f09Copy full SHA for 9807f09
script/test-with-debug-graph.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
3
-echo '<?xml version="1.0"?>' > debug.html
4
-echo '<style> svg { width: 100%; margin-bottom: 10px; } </style>' >> debug.html
5
-node_modules/.bin/mocha test/js/*.js 2> >(dot -Tsvg >> debug.html)
+echo '<?xml version="1.0"?>' > build/debug.html
+echo '<style> svg { width: 100%; margin-bottom: 10px; } </style>' >> build/debug.html
+node_modules/.bin/mocha test/js/*.js 2> >(dot -Tsvg >> build/debug.html)
6
+open build/debug.html
0 commit comments