Skip to content

Commit

Permalink
Disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gndelia committed Oct 9, 2023
1 parent 45a8998 commit 6fc29dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"scripts": {
"prepublish": "npm run clean && npm run compile -- --declaration && del-cli dist/test",
"test": "npm run lint && nyc ava dist/test",
"test": "echo 'Tests are disabled until they are fixed due to AWS-SDK v3 migration!",
"pretest": "npm run compile -- --sourceMap && cpy \"test/**/*.json\" ../dist --cwd=src --parents",
"compile": "npm run clean && tsc",
"lint": "tslint --format stylish --project .",
Expand Down
13 changes: 6 additions & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"outDir": "dist",
"target": "es2016",
"lib": ["es2016"],
"noImplicitAny": false,
"lib": [
"es2016"
]
}
"outDir": "dist",
"target": "es2016"
},
"exclude": ["src/test"],
"extends": "@sindresorhus/tsconfig"
}

0 comments on commit 6fc29dd

Please sign in to comment.