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
Define the project type for which you want to configure Japa. The value could be either `typescript` or `javascript`. If this flag is not set, we will display a prompt for the project type selection.
54
+
55
+
```sh
56
+
npm init japa -- --project-type=typescript
57
+
```
58
+
59
+
### `--sample-test-file`
60
+
Enable the flag to create a sample test file or disable it not to create it.
0 commit comments