invertase/spec

[Question] Does this support passing individual test files/directories?

Open

#24 geöffnet am 6. Juli 2022

Auf GitHub ansehen
 (11 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Dart (16 Forks)github user discovery
hacktoberfest

Repository-Metriken

Stars
 (305 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

I tried running my tests by simply calling spec in the root folder and it only picked up tests in a packages/test folder and ignored the ones in the main test folder.

When I pass individual test files as I would with flutter_test as in flutter test test/path/to_test.dart, Spec does not find the tests and runs nothing.

Is using melos in this case required or is there an option I have not yet found?

Contributor Guide