Skip to content

Commit 2eacb3f

Browse files
committed
chore: update
1 parent 86e1490 commit 2eacb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/dts/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ describe('dts when bundle: true', () => {
385385
try {
386386
await buildAndGetResults({ fixturePath, type: 'dts' });
387387
} catch (err: any) {
388-
expect(err.message).toMatchInlineSnapshot(
388+
expect(stripAnsi(err.message)).toMatchInlineSnapshot(
389389
`"Can not find a valid entry for dts.bundle option, please check your entry config."`,
390390
);
391391
}

0 commit comments

Comments
 (0)