Skip to content

Commit 6dbf045

Browse files
committed
test: update tests
1 parent e3750e6 commit 6dbf045

File tree

3 files changed

+104
-293
lines changed

3 files changed

+104
-293
lines changed

.vscode/launch.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"name": "jest instrument",
141141
"program": "${workspaceFolder}/node_modules/.bin/jest",
142142
"cwd": "${workspaceFolder}/core/instrument",
143-
"args": ["data-driven"],
143+
"args": ["extract-props-info"],
144144
"console": "integratedTerminal",
145145
"internalConsoleOptions": "neverOpen",
146146
"disableOptimisticBPs": true,

core/instrument/test/esm-props-info-external.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ describe('esm-props-info-external', () => {
8383
fileName: 'index.d.ts',
8484
info: {
8585
tags: {
86-
see: 'https ://theme-ui.com/components/button',
86+
see: 'https://theme-ui.com/components/button',
8787
},
8888
description: 'Primitive button component with variants',
8989
displayName: 'Button',
@@ -155,7 +155,7 @@ describe('esm-props-info-external', () => {
155155

156156
expect(props).toMatchObject({
157157
tags: {
158-
see: 'https ://theme-ui.com/components/button',
158+
see: 'https://theme-ui.com/components/button',
159159
},
160160
description: 'Primitive button component with variants',
161161
displayName: 'Button',

0 commit comments

Comments
 (0)