Skip to content

Commit 2e16e3c

Browse files
authored
docs!: rename filename from camel to kebab (#705)
1 parent 799e8e0 commit 2e16e3c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+103
-101
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
["mockModules", "mockFunctions", "mockInstance", "fakeTimers", "utilities"]
1+
["mock-modules", "mock-functions", "mock-instance", "fake-timers", "utilities"]

website/docs/en/api/rstest/mockFunctions.mdx renamed to website/docs/en/api/rstest/mock-functions.mdx

Lines changed: 1 addition & 1 deletion

website/docs/en/config/test/_meta.json

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,39 @@
33
"name",
44
"include",
55
"exclude",
6-
"setupFiles",
6+
"setup-files",
77
"projects",
88
"update",
99
"globals",
10-
"passWithNoTests",
11-
"includeSource",
12-
"testNamePattern",
10+
"pass-with-no-tests",
11+
"include-source",
12+
"test-name-pattern",
1313

1414
"env",
1515
"bail",
1616
"retry",
17-
"testTimeout",
18-
"hookTimeout",
19-
"maxConcurrency",
17+
"test-timeout",
18+
"hook-timeout",
19+
"max-concurrency",
2020

2121
"pool",
2222
"isolate",
23-
"testEnvironment",
24-
25-
"clearMocks",
26-
"resetMocks",
27-
"restoreMocks",
28-
"unstubEnvs",
29-
"unstubGlobals",
23+
"test-environment",
24+
"clear-mocks",
25+
"reset-mocks",
26+
"restore-mocks",
27+
"unstub-envs",
28+
"unstub-globals",
3029

3130
"coverage",
3231
"reporters",
33-
"logHeapUsage",
34-
"hideSkippedTests",
35-
"slowTestThreshold",
36-
"snapshotFormat",
37-
"chaiConfig",
38-
"resolveSnapshotPath",
39-
"printConsoleTrace",
40-
"onConsoleLog",
41-
"disableConsoleIntercept"
32+
"log-heap-usage",
33+
"hide-skipped-tests",
34+
"slow-test-threshold",
35+
"snapshot-format",
36+
"chai-config",
37+
"resolve-snapshot-path",
38+
"print-console-trace",
39+
"on-console-log",
40+
"disable-console-intercept"
4241
]

website/docs/en/config/test/clearMocks.mdx renamed to website/docs/en/config/test/clear-mocks.mdx

Lines changed: 1 addition & 1 deletion

website/docs/en/config/test/disableConsoleIntercept.mdx renamed to website/docs/en/config/test/disable-console-intercept.mdx

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)