Skip to content

Commit

Permalink
Fix stagingDir issue in transpiler test
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Oct 16, 2023
1 parent 629ead3 commit 8a31693
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 deletions.
2 changes: 1 addition & 1 deletion src/bscPlugin/transpile/BrsFileTranspileProcessor.spec.ts
Expand Up @@ -30,6 +30,7 @@ describe('BrsFileTranspileProcessor', () => {
});

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

48 changes: 0 additions & 48 deletions undefined/source/bslib.brs

This file was deleted.

0 comments on commit 8a31693

Please sign in to comment.