Skip to content

Commit 4743e72

Browse files
committed
Update tests
1 parent 435e3c2 commit 4743e72

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

sdk/.angular-cli.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"index": "index.html",
1515
"main": "main.ts",
1616
"polyfills": "polyfills.ts",
17-
"test": "test.ts",
17+
"test": "../tests/test.ts",
1818
"tsconfig": "tsconfig.app.json",
19-
"testTsconfig": "tsconfig.spec.json",
19+
"testTsconfig": "../tests/tsconfig.spec.json",
2020
"prefix": "app",
2121
"styles": [
2222
"styles.css"
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test.ts"
1515
],
1616
"include": [
17-
"**/*.spec.ts",
18-
"**/*.d.ts"
17+
"../tests/sdk-tests/*.spec.ts",
18+
"../tests/**/*.d.ts"
1919
]
2020
}

0 commit comments

Comments
 (0)