because nupm test takes an optional pattern?: string argument, i think having it on toolkit test as well would be very handy to run a subset of the tests.
this PR adds that precisely.
Note
when the pattern is "" it will run all the tests, thus it's the default
because
nupm test
takes an optionalpattern?: string
argument, i think having it ontoolkit test
as well would be very handy to run a subset of the tests.this PR adds that precisely.