Skip to content

Commit

Permalink
docs(readme): replace semicolons with colons
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode authored and JamieMason committed Oct 10, 2017
1 parent 69a4feb commit 9edccf4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Downloads are available on the [releases](https://github.com/JamieMason/Jasmine-

The [Jasmine testing framework](http://jasmine.github.io/) from
[Pivotal Labs](http://pivotallabs.com/) comes with this
[default set of matchers](http://jasmine.github.io/edge/introduction.html#section-Expectations);
[default set of matchers](http://jasmine.github.io/edge/introduction.html#section-Expectations):

```js
expect(instance).toBe(instance);
Expand Down Expand Up @@ -98,7 +98,7 @@ jasmine.stringMatching(pattern);

## Matchers

[Jasmine-Matchers](https://github.com/JamieMason/Jasmine-Matchers) adds the following matchers;
[Jasmine-Matchers](https://github.com/JamieMason/Jasmine-Matchers) adds the following matchers:

```js
expect(array).toBeArray();
Expand Down Expand Up @@ -224,13 +224,13 @@ Embed [jasmine-matchers.js](https://github.com/JamieMason/Jasmine-Matchers/blob/

### Jest

Include the following in your `package.json`;
Include the following in your `package.json`:

```json
"unmockedModulePathPatterns": ["jasmine-expect"]
```

And the following at the top of your test suite;
And the following at the top of your test suite:

```javascript
import JasmineExpect from 'jasmine-expect';
Expand Down

0 comments on commit 9edccf4

Please sign in to comment.