invertase/spec

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

Open

#24 建立於 2022年7月6日

在 GitHub 查看
 (11 留言) (1 反應) (0 負責人)Dart (16 fork)github user discovery
hacktoberfest

倉庫指標

Star
 (305 star)
PR 合併指標
 (PR 指標待抓取)

描述

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?

貢獻者指南