Skip to content

Commit 88a19c7

Browse files
committed
Add dependency comment
1 parent e51a2e8 commit 88a19c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handwritten/bigtable/system-test/install.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe('📦 pack-n-play test', () => {
4646
'/// <reference types="node" />\n' +
4747
readFileSync('./system-test/fixtures/sample/src/index.js').toString(),
4848
// Still needed so the package actually gets installed in the temp environment
49-
dependencies: ['@types/node'],
49+
dependencies: ['@types/node'], // This dependency solves a packnplay error so that require can be recognized.
5050
},
5151
};
5252
await packNTest(options);

0 commit comments

Comments
 (0)