Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c0ce4b5

Browse files
committedFeb 27, 2025·
more tests
1 parent 65d662c commit c0ce4b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎test/production/sharp-basic/sharp-basic.test.ts

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ describe('sharp support with hasNextSupport', () => {
66
dependencies: {
77
sharp: 'latest',
88
},
9+
packageJson: {
10+
pnpm: {
11+
onlyBuiltDependencies: ['sqlite3'],
12+
},
13+
},
914
env: {
1015
NOW_BUILDER: '1',
1116
},

0 commit comments

Comments
 (0)