Skip to content

Commit c085543

Browse files
committed
test: update test snapshot for generateTypes
1 parent 063200c commit c085543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/kit/test/generate-types.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ describe('tsConfig generation', () => {
5151
}))
5252
expect(tsConfig.exclude).toMatchInlineSnapshot(`
5353
[
54+
"../dist",
55+
"../.data",
5456
"../modules/test/node_modules",
5557
"../modules/node_modules",
5658
"../node_modules/@some/module/node_modules",
5759
"../node_modules",
5860
"../../node_modules",
59-
"../dist",
60-
"../.data",
6161
]
6262
`)
6363
})

0 commit comments

Comments
 (0)