Update DEVELOPER.md

This commit is contained in:
Victor Schinaider 2019-01-16 09:22:24 -03:00 committed by GitHub
parent be18003452
commit 715429e444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,15 +149,6 @@ describe.only('your describe test', ....)
>
>This is useful when trying to get a specific test or subset of tests to pass.
>**Hint:** you can use the `--grep` flag to pass a Regex to `gulp-mocha`. Only the tests have have `describe`/`it`
>statements that match the Regex will be run. For example:
>
>```shell
>npm test -- --grep="github issues > #363"
>```
>
>This is useful when trying to get a specific test or subset of tests to pass.
## Using Docker
To run your tests you need dbms installed on your machine. Alternatively, you can use docker