Skip to content

Commit f6d43fe

Browse files
1 parent 57bbdad commit f6d43fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎handwritten/bigtable/system-test/install.ts‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ describe('📦 pack-n-play test', () => {
4242
sample: {
4343
description: 'JavaScript user can use the library',
4444
// 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(),
45+
ts:
46+
'/// <reference types="node" />\n' +
47+
readFileSync('./system-test/fixtures/sample/src/index.js').toString(),
4848
// Still needed so the package actually gets installed in the temp environment
4949
dependencies: ['@types/node'],
5050
},

0 commit comments

Comments
 (0)