You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`testDirName`|`string`|`""`| Set the directory name for where the test template will be saved to. If not set, the test will be saved to the current directory |
32
-
|`testSufix`|`string`|`".test"`| Appends a string to your test file E.G: 'myfile.test.js' |
33
-
|`typeSystem`|`Flow or typescript`|`""`| "Specify if the code the tests are being generated for contain a type system I.E flow/tyescript" |
|`testDirName`|`string`|`""`| Set the directory name for where the test template will be saved to (E.G. `__tests__`). If not set, the test will be saved to the current directory |
32
+
|`testSufix`|`string`|`".test"`| Appends a string to your test file E.G: 'myfile.test.js' |
33
+
|`typeSystem`|`Flow or typescript`|`""`| "Specify if the code the tests are being generated for contain a type system I.E flow/tyescript" |
0 commit comments