Skip to content

Commit c25cd6d

Browse files
committed
fix(test-setup-config): correct sourceRoot path
1 parent 3a753ab commit c25cd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test-setup-config/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "test-setup-config",
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
4-
"sourceRoot": "testing/test-setup/src",
4+
"sourceRoot": "testing/test-setup-config/src",
55
"projectType": "library",
66
"targets": {
77
"build": {},

0 commit comments

Comments
 (0)