We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6587c commit 9916905Copy full SHA for 9916905
1 file changed
handwritten/bigtable/system-test/install.ts
@@ -42,7 +42,7 @@ describe('📦 pack-n-play test', () => {
42
sample: {
43
description: 'JavaScript user can use the library',
44
// Inject the reference directive at the top of the code
45
- ts:
+ ts: // The reference header is needed so packnplay tests recognize require
46
'/// <reference types="node" />\n' +
47
readFileSync('./system-test/fixtures/sample/src/index.js').toString(),
48
// Still needed so the package actually gets installed in the temp environment
0 commit comments