summaryrefslogtreecommitdiffstats
path: root/frontend/__tests__/Order.test.js
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-05-07 16:54:27 -0400
committerWes Bos <wesbos@gmail.com>2018-05-07 16:54:27 -0400
commitc9a2b488c83dcaae0a00d2177d3bfe1f185c28bf (patch)
treeee3b0ad93874e434a212b43194286f366f13fbe1 /frontend/__tests__/Order.test.js
parentdbd39fcc3861facecdd4413c90ae85cebd5db67f (diff)
TEST ESTSE TS ETSETST
Diffstat (limited to 'frontend/__tests__/Order.test.js')
-rw-r--r--frontend/__tests__/Order.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/__tests__/Order.test.js b/frontend/__tests__/Order.test.js
index b9948cf..14522f4 100644
--- a/frontend/__tests__/Order.test.js
+++ b/frontend/__tests__/Order.test.js
@@ -34,7 +34,7 @@ describe('<Order/>', () => {
<Order id="123" />
</MockedProvider>
);
- await wait(15);
+ await wait(10);
wrapper.update();
const order = wrapper.find('div[data-test="order"]');
expect(toJSON(order)).toMatchSnapshot();