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

Running tests should run the command in the package, not the currently opened neovim workspace. #20

Open
rafaeltab opened this issue Aug 1, 2024 · 0 comments

Comments

@rafaeltab
Copy link

I have a monorepo that looks like this:

apps
  my-app
packages
  some-package

When running a test in either /apps/my-app or /packages/some-package it tries to run flutter in the root / of the repository.

Scenario

Test is run in a file /packages/some-package/test/some/cool_test.dart

Expected

flutter is run in /packages/some-package

Actual

flutter is run in /

Which fails, because flutter can't find a pubspec file.

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