diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index b14e281..e28a922 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -46,7 +46,6 @@ jobs: - name: Run tests run: | yarn test --coverage - yarn test:types - name: Build integration app run: yarn build:app diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json index b795099..59cd151 100644 --- a/.vs/VSWorkspaceState.json +++ b/.vs/VSWorkspaceState.json @@ -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 +} \ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index a35ed26..1ea5cad 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ diff --git a/.vs/storage-plugin-extension/v16/.suo b/.vs/storage-plugin-extension/v16/.suo index df008ad..75d61f5 100644 Binary files a/.vs/storage-plugin-extension/v16/.suo and b/.vs/storage-plugin-extension/v16/.suo differ diff --git a/package.json b/package.json index 43be900..6a951f0 100644 --- a/package.json +++ b/package.json @@ -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": {