Skip to content

Commit

Permalink
Merge branch 'master' of github.com:aws-amplify/amplify-cli into para…
Browse files Browse the repository at this point in the history
…llel-migration-e2e
  • Loading branch information
johnpc committed Oct 1, 2021
2 parents 4ce98aa + 51e7242 commit a8b6e81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/amplify-migration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"private": true,
"scripts": {
"build-tests": "tsc --build tsconfig.tests.json",
"migration_v4.0.0": "npm run setup-profile 4.0.0 && jest --testPathIgnorePatterns=auth.deployment.secrets\\|layer-migration --verbose",
"migration_v4.30.0_auth": "npm run setup-profile 4.30.0 && jest src/__tests__/migration_tests/auth-deployment-migration/auth.deployment.secrets.test.ts --verbose",
"migration_v4.28.2_nonmultienv_layers": "npm run setup-profile 4.28.2 && jest src/__tests__/migration_tests/lambda-layer-migration/layer-migration.test.ts --verbose",
"migration_v4.52.0_multienv_layers": "npm run setup-profile 4.52.0 && jest src/__tests__/migration_tests/lambda-layer-migration/layer-migration.test.ts --verbose",
"migration": "npm run setup-profile latest && jest --testPathIgnorePatterns=auth.deployment.secrets\\|layer-migration --verbose",
"migration_v4.0.0": "npm run setup-profile 4.0.0 && jest --testPathIgnorePatterns=auth.deployment.secrets\\|layer-migration --verbose --passWithNoTests",
"migration_v4.30.0_auth": "npm run setup-profile 4.30.0 && jest src/__tests__/migration_tests/auth-deployment-migration/auth.deployment.secrets.test.ts --verbose --passWithNoTests",
"migration_v4.28.2_nonmultienv_layers": "npm run setup-profile 4.28.2 && jest src/__tests__/migration_tests/lambda-layer-migration/layer-migration.test.ts --verbose --passWithNoTests",
"migration_v4.52.0_multienv_layers": "npm run setup-profile 4.52.0 && jest src/__tests__/migration_tests/lambda-layer-migration/layer-migration.test.ts --verbose --passWithNoTests",
"migration": "npm run setup-profile latest && jest --testPathIgnorePatterns=auth.deployment.secrets\\|layer-migration --verbose --passWithNoTests",
"setup-profile": "ts-node ./src/configure_tests.ts"
},
"dependencies": {
Expand Down

0 comments on commit a8b6e81

Please sign in to comment.