Skip to content

Commit 61787b2

Browse files
committed
Add changeDetectionEnabled flag to buildServerInstructions tests
1 parent 80654ab commit 61787b2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/addon-mcp/src/instructions/build-server-instructions.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ describe('buildServerInstructions', () => {
77
devEnabled: true,
88
testEnabled: true,
99
docsEnabled: true,
10+
changeDetectionEnabled: true,
1011
});
1112

1213
expect(instructions).toMatchInlineSnapshot(`
@@ -51,6 +52,7 @@ describe('buildServerInstructions', () => {
5152
devEnabled: true,
5253
testEnabled: false,
5354
docsEnabled: false,
55+
changeDetectionEnabled: true,
5456
});
5557

5658
expect(instructions).toMatchInlineSnapshot(`

0 commit comments

Comments
 (0)