Skip to content

Commit 574af3c

Browse files
committed
docs(docs): regenerate documentation
1 parent 29207d7 commit 574af3c

112 files changed

Lines changed: 5775 additions & 0 deletions

File tree

Some content is hidden

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

docs/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
**babel-plugin-tester**
2+
3+
***
4+
5+
# babel-plugin-tester
6+
7+
## Modules
8+
9+
- [src](src/README.md)
10+
- [src/errors](src/errors/README.md)
11+
- [src/formatters/prettier](src/formatters/prettier/README.md)
12+
- [src/plugin-tester](src/plugin-tester/README.md)
13+
- [src/serializers/unstring-snapshot](src/serializers/unstring-snapshot/README.md)
14+
- [src/symbols](src/symbols/README.md)
15+
- [test/helpers](test/helpers/README.md)
16+
- [test/helpers/plugins](test/helpers/plugins/README.md)
17+
- [test/integration/assets](test/integration/assets/README.md)
18+
- [test/integration/test-expectations](test/integration/test-expectations/README.md)
19+
- [test/integration/test-interop](test/integration/test-interop/README.md)
20+
- [test/setup](test/setup/README.md)
21+
- [types/global](types/global/README.md)
22+
- [types/unique-filename](types/unique-filename/README.md)

docs/src/README.md

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
[**babel-plugin-tester**](../README.md)
2+
3+
***
4+
5+
[babel-plugin-tester](../README.md) / src
6+
7+
# src
8+
9+
## Type Aliases
10+
11+
- [SnapshotSerializer](type-aliases/SnapshotSerializer.md)
12+
13+
## Functions
14+
15+
- [pluginTester](functions/pluginTester.md)
16+
17+
## References
18+
19+
### BabelType
20+
21+
Re-exports [BabelType](../types/global/type-aliases/BabelType.md)
22+
23+
***
24+
25+
### ErrorExpectation
26+
27+
Re-exports [ErrorExpectation](../types/global/type-aliases/ErrorExpectation.md)
28+
29+
***
30+
31+
### FixtureOptions
32+
33+
Re-exports [FixtureOptions](../types/global/interfaces/FixtureOptions.md)
34+
35+
***
36+
37+
### OutputTesterFunction
38+
39+
Re-exports [OutputTesterFunction](../types/global/type-aliases/OutputTesterFunction.md)
40+
41+
***
42+
43+
### PluginTesterOptions
44+
45+
Re-exports [PluginTesterOptions](../types/global/interfaces/PluginTesterOptions.md)
46+
47+
***
48+
49+
### prettierFormatter
50+
51+
Re-exports [prettierFormatter](formatters/prettier/functions/prettierFormatter.md)
52+
53+
***
54+
55+
### ResultFormatter
56+
57+
Re-exports [ResultFormatter](../types/global/type-aliases/ResultFormatter.md)
58+
59+
***
60+
61+
### runPluginUnderTestHere
62+
63+
Re-exports [runPluginUnderTestHere](plugin-tester/variables/runPluginUnderTestHere.md)
64+
65+
***
66+
67+
### runPresetUnderTestHere
68+
69+
Re-exports [runPresetUnderTestHere](plugin-tester/variables/runPresetUnderTestHere.md)
70+
71+
***
72+
73+
### SetupFunction
74+
75+
Re-exports [SetupFunction](../types/global/type-aliases/SetupFunction.md)
76+
77+
***
78+
79+
### TeardownFunction
80+
81+
Re-exports [TeardownFunction](../types/global/type-aliases/TeardownFunction.md)
82+
83+
***
84+
85+
### TestObject
86+
87+
Re-exports [TestObject](../types/global/interfaces/TestObject.md)
88+
89+
***
90+
91+
### unstringSnapshotSerializer
92+
93+
Re-exports [unstringSnapshotSerializer](serializers/unstring-snapshot/variables/unstringSnapshotSerializer.md)

docs/src/errors/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[**babel-plugin-tester**](../../README.md)
2+
3+
***
4+
5+
[babel-plugin-tester](../../README.md) / src/errors
6+
7+
# src/errors
8+
9+
## Variables
10+
11+
- [ErrorMessage](variables/ErrorMessage.md)

0 commit comments

Comments
 (0)