Skip to content

Commit 04e2c2e

Browse files
committed
fix test
1 parent 82fa9fb commit 04e2c2e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/nextjs/test/config/turbopack/constructTurbopackConfig.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,15 @@ describe('constructTurbopackConfig', () => {
2525
],
2626
};
2727

28+
const mockSentryOptions = {};
29+
2830
describe('without existing turbopack config', () => {
2931
it('should create a basic turbopack config when no manifest is provided', () => {
3032
const userNextConfig: NextConfigObject = {};
3133

3234
const result = constructTurbopackConfig({
3335
userNextConfig,
36+
userSentryOptions: mockSentryOptions,
3437
});
3538

3639
expect(result).toEqual({});

0 commit comments

Comments
 (0)