Skip to content

Commit

Permalink
chore: pre-release [skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 11, 2024
1 parent b6ed92a commit 43872ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions @fiction/core/utils/test/nodeTools.ci.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 })
Expand All @@ -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')

Expand Down Expand Up @@ -67,6 +67,7 @@ describe('node utils', () => {
"fictionRouterSites",
"fictionServer",
"fictionSites",
"fictionStripe",
"fictionTeam",
"fictionUi",
"fictionUser",
Expand Down
5 changes: 5 additions & 0 deletions @fiction/www/test/entryConfig.ci.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ describe('user config', () => {
"fictionSites",
"fictionTeam",
"fictionUi",
"fictionStripe",
]
`)
})
Expand Down Expand Up @@ -65,6 +66,10 @@ describe('user config', () => {
"ManageVectors",
"AiCompletion",
"AiImage",
"ManageCustomer",
"ListSubscriptions",
"GetCustomerData",
"oAuthEndpoint",
"ManageSite",
"ManageIndex",
"ManagePage",
Expand Down

0 comments on commit 43872ab

Please sign in to comment.