Skip to content

Commit

Permalink
[ACS-4539] Run ms-office unit tests as part of aca-content
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKinas committed May 10, 2023
1 parent 3606103 commit 6ae83d4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions projects/aca-content/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"name": "aca-content",
"projectType": "library",
"sourceRoot": "projects/aca-content/src",
"sourceRoot": "projects/aca-content",
"prefix": "lib",
"targets": {
"build": {
Expand All @@ -27,7 +27,7 @@
"executor": "@angular-devkit/build-angular:karma",
"options": {
"codeCoverage": true,
"main": "projects/aca-content/src/test.ts",
"main": "projects/aca-content/test.ts",
"tsConfig": "projects/aca-content/tsconfig.spec.json",
"karmaConfig": "projects/aca-content/karma.conf.js",
"styles": [
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion projects/aca-content/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"types": []
},
"exclude": [
"src/test.ts",
"test.ts",
"**/*.spec.ts"
]
}
2 changes: 1 addition & 1 deletion projects/aca-content/tsconfig.spec.adf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
]
},
"files": [
"src/test.ts"
"test.ts"
],
"include": [
"**/*.spec.ts",
Expand Down
2 changes: 1 addition & 1 deletion projects/aca-content/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
]
},
"files": [
"src/test.ts"
"test.ts"
],
"include": [
"**/*.spec.ts",
Expand Down

0 comments on commit 6ae83d4

Please sign in to comment.