Skip to content

Commit

Permalink
merge: pull request #3 from skip-tests-mocks.
Browse files Browse the repository at this point in the history
Skip tests mocks
  • Loading branch information
narekhovhannisyan authored Nov 14, 2023
2 parents d4b12fc + 9f08e54 commit 50d0601
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "@grnsft/if-unofficial-models",
"description": "Impact Framework Unofficial Models.",
"version": "v0.0.2",
"version": "v0.0.3",
"author": {
"name": "Green Software Foundation",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/Green-Software-Foundation/if-unofficial-models/issues/new?assignees=&labels=feedback&projects=&template=feedback.md&title=Feedback+-+"
},
"dependencies": {
"@azure/arm-compute": "^21.2.0",
"@azure/arm-monitor": "^7.0.0",
Expand Down Expand Up @@ -58,15 +61,12 @@
"repository": {
"url": "https://github.com/Green-Software-Foundation/if-unofficial-models.git"
},
"bugs": {
"url": "https://github.com/Green-Software-Foundation/if-unofficial-models/issues/new?assignees=&labels=feedback&projects=&template=feedback.md&title=Feedback+-+"
},
"scripts": {
"build": "tsc",
"build": "rm -rf build && tsc --project tsconfig.build.json",
"fix": "gts fix",
"fix:package": "fixpack",
"lint": "gts lint",
"prepare": "npm run build",
"prepublish": "yarn build",
"test": "jest --verbose"
}
}
5 changes: 4 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"extends": "./tsconfig.json",
"exclude": [ "src/**/*.test.ts"]
"exclude": [
"src/__tests__",
"src/__mocks__"
]
}

0 comments on commit 50d0601

Please sign in to comment.