This PR adjusts the test scripts and adds a simple test-only lakefile so that `experimental.module` is set both when editing and running tests.
5 lines
200 B
TOML
5 lines
200 B
TOML
name = "tests"
|
|
|
|
# Allow `module` in tests when opened in the language server.
|
|
# Enabled during actual test runs in the respective test_single.sh.
|
|
moreGlobalServerArgs = ["-Dexperimental.module=true"]
|