Skip to content

Commit 8a31693

Browse files
Fix stagingDir issue in transpiler test
1 parent 629ead3 commit 8a31693

File tree

2 files changed

+1
-49
lines changed

2 files changed

+1
-49
lines changed

src/bscPlugin/transpile/BrsFileTranspileProcessor.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ describe('BrsFileTranspileProcessor', () => {
3030
});
3131

3232
it('properly prefixes functions from bslib', async () => {
33+
program.options.stagingDir = s`${tempDir}/staging`;
3334
program.setFile('source/main.bs', `
3435
sub main()
3536
print true ? true : false
@@ -42,4 +43,3 @@ describe('BrsFileTranspileProcessor', () => {
4243
).to.include('bslib_toString');
4344
});
4445
});
45-

undefined/source/bslib.brs

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)