Skip to content

Commit 018fcf3

Browse files
committed
test(import): add themer url import to cli-test-studio to hit the url handler code path in tests
1 parent 6a8b0c8 commit 018fcf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/@sanity/cli/test/__fixtures__/cli-test-studio/sanity.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import {theme} from 'https://themer.sanity.build/api/hues'
12
import {defineConfig} from 'sanity'
23
import {structureTool} from 'sanity/structure'
34

@@ -11,4 +12,5 @@ export default defineConfig({
1112
plugins: [structureTool()],
1213
logo: MyLogo,
1314
schema,
15+
theme,
1416
})

0 commit comments

Comments
 (0)