Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(init): better test:* sub commands #1384

Merged
merged 2 commits into from
Oct 3, 2022
Merged

Conversation

ybiquitous
Copy link
Owner

For example, the commit can avoid too long repetition as follows:

{
  "test": "NODE_OPTIONS=--experimental-vm-modules jest --testTimeout 30000",
  "test:watcn": "NODE_OPTIONS=--experimental-vm-modules jest --testTimeout 30000 --watch",
  "test": "NODE_OPTIONS=--experimental-vm-modules jest --testTimeout 30000 --watch"
}

For example, the commit can avoid too long repetition as follows:

```json
{
  "test": "NODE_OPTIONS=--experimental-vm-modules jest --testTimeout 30000",
  "test:watcn": "NODE_OPTIONS=--experimental-vm-modules jest --testTimeout 30000 --watch",
  "test": "NODE_OPTIONS=--experimental-vm-modules jest --testTimeout 30000 --watch"
}
```
@ybiquitous ybiquitous merged commit dc8ed09 into main Oct 3, 2022
@ybiquitous ybiquitous deleted the better-test-sub-commands branch October 3, 2022 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant