Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf8f247b

Browse files
avivkellermarco-ippolito
authored andcommitted
doc: document addition testing options
PR-URL:#53569Reviewed-By: Luigi Pinca <luigipinca@gmail.com>Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
1 parent73860ac commitf8f247b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎doc/api/test.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,6 +1190,12 @@ changes:
11901190
For each test that is executed, any corresponding test hooks, such as
11911191
`beforeEach()`, are also run.
11921192
**Default:**`undefined`.
1193+
*`testSkipPatterns` {string|RegExp|Array} A String, RegExp or a RegExp Array,
1194+
that can be used to exclude running tests whose name matches the provided pattern.
1195+
Test name patterns are interpreted as JavaScript regular expressions.
1196+
For each test that is executed, any corresponding test hooks, such as
1197+
`beforeEach()`, are also run.
1198+
**Default:**`undefined`.
11931199
*`timeout` {number} A number of milliseconds the test execution will
11941200
fail after.
11951201
If unspecified, subtests inherit this value from their parent.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp