Skip to content

Commit 1bc7b17

Browse files
author
Ives van Hoorne
committed
Increase integration test thresholds
1 parent 598e82f commit 1bc7b17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/app/integration-tests/tests/sandboxes.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const SANDBOXES = [
66
'vue',
77
'svelte',
88
'react-ts',
9-
'github/reactjs/redux/tree/master/examples/todomvc',
9+
{ id: 'github/reactjs/redux/tree/master/examples/todomvc', threshold: 0.04 },
1010
{ id: 'jvlrl98xw3', threshold: 0.05 },
1111
'vVoQVk78',
1212
'github/faceyspacey/redux-first-router-codesandbox/tree/master',
@@ -19,7 +19,7 @@ const SANDBOXES = [
1919
'lp5rjr0z4z',
2020
'nOymMxyY',
2121
'y26rj99yov', // react transition
22-
'X6npLXPRW', // react-table
22+
{ id: 'X6npLXPRW', threshold: 0.05 }, // react-table
2323
'6w66jzw3mn', // material-design & preact
2424
'4j7m47vlm4', // material-ui
2525
'github/cssinjs/egghead/tree/master/from-sass-to-cssinjs/templates-and-variables', // postcss egghead

0 commit comments

Comments
 (0)