Skip to content

Commit 088daf0

Browse files
committed
fix(nx-payload): update path alias assertion after rebase
1 parent 46e6532 commit 088daf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/nx-payload/src/generators/application/application.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ describe('application generator', () => {
212212

213213
const tsConfig = JSON.parse(tree.read('tsconfig.base.json', 'utf-8'));
214214
expect(tsConfig.compilerOptions.paths['@payload-config']).toEqual([
215-
`./${options.directory}/src/payload.config.ts`
215+
`${options.directory}/src/payload.config.ts`
216216
]);
217217

218218
// Add another app and the process should not throw

0 commit comments

Comments
 (0)