Skip to content

Commit c28e77f

Browse files
author
John Doe
committed
refactor: fix
1 parent 1f41384 commit c28e77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nx-plugin/src/executors/internal/config.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ describe('uploadConfig', () => {
267267
expect(
268268
uploadConfig(baseUploadConfig, {
269269
workspaceRoot: 'workspace-root',
270-
projectName: projectName,
270+
projectName,
271271
projectConfig: {
272272
root: 'root',
273273
},

0 commit comments

Comments
 (0)