Skip to content

Commit 846ad9d

Browse files
committed
chore: update
1 parent 31d57fa commit 846ad9d

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
@@ -533,7 +533,7 @@ describe('dts when build: true', () => {
533533
const stdoutOutput = result.stdout ? result.stdout.toString() : '';
534534

535535
expect(result.status).toBe(1);
536-
expect(stdoutOutput).toContain('Please set declarationDir: "./dist/esm"');
536+
expect(stdoutOutput).toContain('Please set "declarationDir": "./dist/esm"');
537537
});
538538

539539
test('should clean dts dist files', async () => {

0 commit comments

Comments
 (0)