Skip to content

Commit 46572e8

Browse files
committed
Updating readMe
1 parent 70e243e commit 46572e8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Or you can install from Settings view by searching for `js-test-gen-atom`.
2626

2727
## Package Settings
2828

29-
| property | type | default | description |
30-
| ------------- | -------------------- | --------- | -------------------------------------------------------------------------------------------------------------------------------- |
31-
| `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" | |
29+
| property | type | default | description |
30+
| ------------- | -------------------- | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
31+
| `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" | |
3434

3535
## Key bindings
3636

0 commit comments

Comments
 (0)