diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-04-20 11:47:28 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-04-20 11:47:28 -0400 |
| commit | ed3e5e8865847cdeecad960acd1bc0366d12482e (patch) | |
| tree | 1ed7225d82e153ae3c4d5808c1c8b78a7278078a /frontend/__tests__/SingleItem.test.js | |
| parent | 4d0d69dd59b765d8f9392e8494717a4c166cc46e (diff) | |
single item
Diffstat (limited to 'frontend/__tests__/SingleItem.test.js')
| -rw-r--r-- | frontend/__tests__/SingleItem.test.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/__tests__/SingleItem.test.js b/frontend/__tests__/SingleItem.test.js index 3fe3943..ade9727 100644 --- a/frontend/__tests__/SingleItem.test.js +++ b/frontend/__tests__/SingleItem.test.js @@ -15,7 +15,7 @@ describe('<SingleItem/>', () => { expect(toJSON(Item)).toMatchSnapshot(); }); - xit('Errors with a not found Item', async () => { - const wrapper = mount(<SingleItem id="123" />, mountOptions); + it('Errors with a not found Item', async () => { + expect('wes').toBe('able to replicate an error'); }); }); |
