Skip to content

Commit

Permalink
add back
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Jun 13, 2024
1 parent 57dff20 commit 7158887
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
"webfontloader": "^1.6.28",
"webpack": "^5.91.0",
"yargs": "^17.7.2"
},
"dependencies": {
"@react-spring/web": "^9.7.3"
}
}
6 changes: 6 additions & 0 deletions test/regressions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ import PropTypes from 'prop-types';
import * as ReactDOMClient from 'react-dom/client';
import { BrowserRouter as Router, Routes, Route, Link } from 'react-router-dom';
import webfontloader from 'webfontloader';
import { Globals } from '@react-spring/web';
import TestViewer from './TestViewer';

// Skip charts annimation for screen shots
Globals.assign({
skipAnimation: true,
});

// Get all the fixtures specifically written for preventing visual regressions.
const importRegressionFixtures = require.context('./fixtures', true, /\.(js|ts|tsx)$/, 'lazy');
const regressionFixtures = [];
Expand Down

0 comments on commit 7158887

Please sign in to comment.