Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed Feb 12, 2025
1 parent 401e86a commit 8d5d11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cxAstScan/test/_suite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ describe('Task runner test', function () {

it('should be success custom source file 2', async function () {
this.timeout(3000000);
const tp = path.join(__dirname, 'success_custom_source_file_2.js');
const tp = path.join(__dirname, 'success_custom_source_file_with_whitespaces.js');
const tr: ttm.MockTestRunner = new ttm.MockTestRunner(tp);
await tr.runAsync(nodeVersion);

Expand Down

0 comments on commit 8d5d11a

Please sign in to comment.