Skip to content

Commit 3c2e71f

Browse files
remove test:types
1 parent bc63c5e commit 3c2e71f

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.github/workflows/workflow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
- name: Run tests
4747
run: |
4848
yarn test --coverage
49-
yarn test:types
5049
5150
- name: Build integration app
5251
run: yarn build:app

.vs/VSWorkspaceState.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
2-
"ExpandedNodes": ["", "\\integration", "\\integration\\app", "\\integration\\app\\src", "\\lib"],
3-
"SelectedNode": "\\.gitignore",
4-
"PreviewInSolutionExplorer": false
5-
}
2+
"ExpandedNodes": [
3+
"",
4+
"\\integration",
5+
"\\integration\\app",
6+
"\\integration\\app\\src",
7+
"\\integration\\app\\src\\examples",
8+
"\\integration\\app\\src\\examples\\delivery",
9+
"\\lib",
10+
"\\lib\\src",
11+
"\\lib\\src\\interceptors"
12+
],
13+
"SelectedNode": "\\jest.config.js",
14+
"PreviewInSolutionExplorer": false
15+
}

.vs/slnx.sqlite

0 Bytes
Binary file not shown.

.vs/storage-plugin-extension/v16/.suo

-15 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"postinstall": "ngcc --async",
1111
"lint": "eslint --cache \"**/*.ts\"",
1212
"start": "ng serve --open --port 4400",
13-
"test": "jest --config ./jest.config.js",
14-
"test:types": "dtslint ./integration/types --localTs node_modules/typescript/lib"
13+
"test": "jest --config ./jest.config.js"
1514
},
1615
"prettier": "@angular-ru/prettier-config",
1716
"devDependencies": {

0 commit comments

Comments
 (0)