Skip to content

Commit

Permalink
update format
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriese-Dominik-Allianz committed Apr 10, 2024
1 parent f3e0392 commit c719694
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 41 deletions.
6 changes: 3 additions & 3 deletions apps/basics/src/test-setup.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "jest-preset-angular/setup-jest";
import { ngMocks } from "ng-mocks";
import 'jest-preset-angular/setup-jest';
import { ngMocks } from 'ng-mocks';

ngMocks.autoSpy("jest");
ngMocks.autoSpy('jest');
15 changes: 3 additions & 12 deletions apps/basics/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,8 @@
"target": "ES2016",
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": [
"jest",
"node"
]
"types": ["jest", "node"]
},
"files": [
"src/test-setup.ts"
],
"include": [
"**/*.test.ts",
"**/*.spec.ts",
"**/*.d.ts"
]
"files": ["src/test-setup.ts"],
"include": ["**/*.test.ts", "**/*.spec.ts", "**/*.d.ts"]
}
16 changes: 3 additions & 13 deletions apps/ngrx/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,8 @@
"target": "ES2016",
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": [
"jest",
"node"
]
"types": ["jest", "node"]
},
"files": [
"src/test-setup.ts"
],
"include": [
"jest.config.ts",
"**/*.test.ts",
"**/*.spec.ts",
"**/*.d.ts"
]
"files": ["src/test-setup.ts"],
"include": ["jest.config.ts", "**/*.test.ts", "**/*.spec.ts", "**/*.d.ts"]
}
16 changes: 3 additions & 13 deletions libs/weather/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,8 @@
"target": "ES2016",
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": [
"jest",
"node"
]
"types": ["jest", "node"]
},
"files": [
"src/test-setup.ts"
],
"include": [
"jest.config.ts",
"**/*.test.ts",
"**/*.spec.ts",
"**/*.d.ts"
]
"files": ["src/test-setup.ts"],
"include": ["jest.config.ts", "**/*.test.ts", "**/*.spec.ts", "**/*.d.ts"]
}

0 comments on commit c719694

Please sign in to comment.