Skip to content

Commit

Permalink
fix(clients): add dist to jest testPathIgnorePatterns
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Mar 24, 2021
1 parent ded0a74 commit 498def1
Show file tree
Hide file tree
Showing 247 changed files with 247 additions and 0 deletions.
1 change: 1 addition & 0 deletions clients/client-accessanalyzer/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-acm-pca/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-acm/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-alexa-for-business/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-amplify/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-amplifybackend/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-api-gateway/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-apigatewaymanagementapi/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-apigatewayv2/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-app-mesh/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-appconfig/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-appflow/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-appintegrations/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-application-auto-scaling/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-application-insights/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-appstream/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-appsync/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-athena/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-auditmanager/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-auto-scaling-plans/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-auto-scaling/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-backup/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-batch/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-braket/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-budgets/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-chime/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-cloud9/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-clouddirectory/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-cloudformation/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-cloudfront/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-cloudhsm-v2/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-cloudhsm/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-cloudsearch-domain/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-cloudsearch/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-cloudtrail/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-cloudwatch-events/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-cloudwatch-logs/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-cloudwatch/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-codeartifact/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-codebuild/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-codecommit/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-codedeploy/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-codeguru-reviewer/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-codeguruprofiler/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-codepipeline/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-codestar-connections/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-codestar-notifications/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-codestar/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-cognito-identity-provider/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-cognito-identity/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["!**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-cognito-sync/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-comprehend/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-comprehendmedical/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-compute-optimizer/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-config-service/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-connect-contact-lens/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-connect/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-connectparticipant/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-cost-explorer/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-customer-profiles/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-data-pipeline/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-database-migration-service/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-databrew/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
1 change: 1 addition & 0 deletions clients/client-dataexchange/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: "ts-jest",
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};
Loading

0 comments on commit 498def1

Please sign in to comment.