Closed guybedford closed 2 years ago
This adds a new display = 'dot' task output, useful for tests, for example with:
display = 'dot'
[[task]] name = 'test:#' serial = true deps = ['test/#.test.js'] display = 'dot' stdio = 'stderr-only' run = 'node $DEP'
This also fixes the -j flag which was off-by-one, and updates the extensions.
-j
This adds a new
display = 'dot'
task output, useful for tests, for example with:This also fixes the
-j
flag which was off-by-one, and updates the extensions.