fix(testing): fix cypress 8.10 migration (#2236)

This commit is contained in:
Jason Jean 2019-12-23 18:21:27 -05:00 committed by GitHub
parent dec7063b89
commit f8b3f4c3f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,6 @@ import { join } from 'path';
export default () => {
return updatePackagesInPackageJson(
join(__dirname, '../../../migrations.json'),
'9.0.0'
'8.10.0'
);
};