rsm-hcd / AndcultureCode.Cli

and-cli command-line tool to manage the development of software applications
https://andculture.com
Apache License 2.0
14 stars 15 forks source link

Ability to pass filter along to webpack-test #154

Open brandongregoryscott opened 3 years ago

brandongregoryscott commented 3 years ago

I don't believe there's a way to filter down the webpack-test command to a specific test file or files. It should be pretty similar to the way the dotnet-test filter works. If there are any arguments leftover from the command-line, pass them along to the underlying npm run test command:

npm run test -- "{...args}"