Skip to content

Commit

Permalink
chore: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Aug 17, 2021
1 parent b78d30c commit 89cce05
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ describe('A new thingy', () => {

```

Using image matchers with karma, you will want to add a proxy to smooth over `/base/` this repo is a good example of how to configure it.

```js
proxies: {
// smooths over loading files because karma prepends '/base/' to everything
'/src/' : '/base/src/',
'/test-images/': '/base/test-images/'
},
```

## Async Matchers


Expand Down

0 comments on commit 89cce05

Please sign in to comment.