diff --git a/@fiction/core/utils/test/nodeTools.ci.test.ts b/@fiction/core/utils/test/nodeTools.ci.test.ts index fcd6bc78e..6f00cca03 100644 --- a/@fiction/core/utils/test/nodeTools.ci.test.ts +++ b/@fiction/core/utils/test/nodeTools.ci.test.ts @@ -17,7 +17,7 @@ describe('node utils', () => { }) it('has right cwd', async () => { - expect(cwd).toMatchInlineSnapshot(`"/Users/arpowers/dev/fiction/@fiction/www"`) + expect(cwd).toMatchInlineSnapshot(`"/home/runner/work/fiction/fiction/@fiction/www"`) }) it('gets correct main file path', async () => { const filePath = getMainFilePath({ cwd }) @@ -39,7 +39,7 @@ describe('node utils', () => { it('gets correct server entry config', async () => { const filePath = getMainFilePath({ cwd }) - expect(filePath).toMatchInlineSnapshot(`"/Users/arpowers/dev/fiction/@fiction/www/src/index.ts"`) + expect(filePath).toMatchInlineSnapshot(`"/home/runner/work/fiction/fiction/@fiction/www/src/index.ts"`) if (!filePath) throw new Error('No file path found') @@ -67,6 +67,7 @@ describe('node utils', () => { "fictionRouterSites", "fictionServer", "fictionSites", + "fictionStripe", "fictionTeam", "fictionUi", "fictionUser", diff --git a/@fiction/www/test/entryConfig.ci.test.ts b/@fiction/www/test/entryConfig.ci.test.ts index 7c812c5be..40667e4e4 100644 --- a/@fiction/www/test/entryConfig.ci.test.ts +++ b/@fiction/www/test/entryConfig.ci.test.ts @@ -30,6 +30,7 @@ describe('user config', () => { "fictionSites", "fictionTeam", "fictionUi", + "fictionStripe", ] `) }) @@ -65,6 +66,10 @@ describe('user config', () => { "ManageVectors", "AiCompletion", "AiImage", + "ManageCustomer", + "ListSubscriptions", + "GetCustomerData", + "oAuthEndpoint", "ManageSite", "ManageIndex", "ManagePage",