We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7155a62 commit ec9faa3Copy full SHA for ec9faa3
.config/nextest.toml
@@ -1,3 +1,12 @@
1
+# Define serial test group for running tests sequentially.
2
+[test-groups]
3
+serial = { max-threads = 1 }
4
+
5
+# Run ty file watching tests sequentially to avoid race conditions.
6
+[[profile.default.overrides]]
7
+filter = 'binary(file_watching)'
8
+test-group = 'serial'
9
10
[profile.ci]
11
# Print out output for failing tests as soon as they fail, and also at the end
12
# of the run (for easy scrollability).
0 commit comments