Skip to content

Commit b289e48

Browse files
authored
Add a note regarding the stack requirement in wrapper tests (#3212)
1 parent dca5cc3 commit b289e48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/contributing/contributing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ GHC 8.6.5 is not supported here because `nixpkgs-unstable` no longer maintains t
7171
The tests make use of the [Tasty](https://github.com/feuerbach/tasty) test framework.
7272

7373
There are two test suites in the main haskell-language-server package, functional tests, and wrapper tests.
74+
Some of the wrapper tests expect `stack` to be present on the system, or else they fail.
7475
Other project packages, like the core library or plugins, can have their own test suite.
7576

7677
### Testing with Cabal

0 commit comments

Comments
 (0)