We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57bbdad commit f6d43feCopy full SHA for f6d43fe
1 file changed
‎handwritten/bigtable/system-test/install.ts‎
@@ -42,9 +42,9 @@ 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: `/// <reference types="node" />\n` + readFileSync(
46
- './system-test/fixtures/sample/src/index.js',
47
- ).toString(),
+ ts:
+ '/// <reference types="node" />\n' +
+ readFileSync('./system-test/fixtures/sample/src/index.js').toString(),
48
// Still needed so the package actually gets installed in the temp environment
49
dependencies: ['@types/node'],
50
},
0 commit comments