Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add watch option for test and bench subcommands #113

Open
thomscoder opened this issue Jun 19, 2022 · 0 comments
Open

Add watch option for test and bench subcommands #113

thomscoder opened this issue Jun 19, 2022 · 0 comments

Comments

@thomscoder
Copy link

Add watch option for deno test and deno bench.
I was trying this configuration and they don't work:

test: {
  desc: "Run test",
  cmd: "deno test ./tests/test.js",
  watch: true,
}, 

also:

test: {
  desc: "Run test",
  cmd: "deno test ./tests/test.js",
  watch: "true",
},

Also tried with yml configuration and/or passing the absolute path to the scripts. Am I missing something or are they absent? In latter case they would be a great addition

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant