added punctuation where its missing

pull/4746/head
Olubisi Idris Ayinde 6 years ago committed by GitHub
parent 628b09d867
commit 93fa35ae0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -93,7 +93,7 @@ Test samples are kept in `/test/xxx/samples` folder.
#### Running tests #### Running tests
1. To run test, run `npm run test` 1. To run test, run `npm run test`.
1. To run test for a specific feature, you can use the `-g` (aka `--grep`) option. For example, to only run test involving transitions, run `npm run test -- -g transition`. 1. To run test for a specific feature, you can use the `-g` (aka `--grep`) option. For example, to only run test involving transitions, run `npm run test -- -g transition`.
##### Running solo test ##### Running solo test
@ -130,7 +130,7 @@ The core Svelte team will be monitoring for pull requests. Do help us by making
### Code conventions ### Code conventions
- `snake_case` for internal variable names and methods - `snake_case` for internal variable names and methods.
- `camelCase` for public variable names and methods. - `camelCase` for public variable names and methods.
## License ## License

Loading…
Cancel
Save