We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435e3c2 commit 4743e72Copy full SHA for 4743e72
3 files changed
sdk/.angular-cli.json
@@ -14,9 +14,9 @@
14
"index": "index.html",
15
"main": "main.ts",
16
"polyfills": "polyfills.ts",
17
- "test": "test.ts",
+ "test": "../tests/test.ts",
18
"tsconfig": "tsconfig.app.json",
19
- "testTsconfig": "tsconfig.spec.json",
+ "testTsconfig": "../tests/tsconfig.spec.json",
20
"prefix": "app",
21
"styles": [
22
"styles.css"
sdk/src/test.ts sdk/tests/test.tssdk/src/test.ts renamed to sdk/tests/test.ts
sdk/src/tsconfig.spec.json sdk/tests/tsconfig.spec.jsonsdk/src/tsconfig.spec.json renamed to sdk/tests/tsconfig.spec.json
@@ -14,7 +14,7 @@
"test.ts"
],
"include": [
- "**/*.spec.ts",
- "**/*.d.ts"
+ "../tests/sdk-tests/*.spec.ts",
+ "../tests/**/*.d.ts"
]
}
0 commit comments