Skip to content

Commit

Permalink
remove test:types
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmorissette committed Apr 2, 2021
1 parent bc63c5e commit 3c2e71f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
- name: Run tests
run: |
yarn test --coverage
yarn test:types
- name: Build integration app
run: yarn build:app
18 changes: 14 additions & 4 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"ExpandedNodes": ["", "\\integration", "\\integration\\app", "\\integration\\app\\src", "\\lib"],
"SelectedNode": "\\.gitignore",
"PreviewInSolutionExplorer": false
}
"ExpandedNodes": [
"",
"\\integration",
"\\integration\\app",
"\\integration\\app\\src",
"\\integration\\app\\src\\examples",
"\\integration\\app\\src\\examples\\delivery",
"\\lib",
"\\lib\\src",
"\\lib\\src\\interceptors"
],
"SelectedNode": "\\jest.config.js",
"PreviewInSolutionExplorer": false
}
Binary file modified .vs/slnx.sqlite
Binary file not shown.
Binary file modified .vs/storage-plugin-extension/v16/.suo
Binary file not shown.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"postinstall": "ngcc --async",
"lint": "eslint --cache \"**/*.ts\"",
"start": "ng serve --open --port 4400",
"test": "jest --config ./jest.config.js",
"test:types": "dtslint ./integration/types --localTs node_modules/typescript/lib"
"test": "jest --config ./jest.config.js"
},
"prettier": "@angular-ru/prettier-config",
"devDependencies": {
Expand Down

0 comments on commit 3c2e71f

Please sign in to comment.