Skip to content

Commit

Permalink
test: Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Aug 17, 2023
1 parent 9849015 commit 7c6972b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/lib/compiler/swc/swc-compiler.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ describe('SWC Compiler', () => {
});

expect(compiler['runSwc']).toHaveBeenCalledWith(
{},
'swcOptionsTest',
fixture.extras,
'swcrcPathTest',
Expand All @@ -172,6 +173,7 @@ describe('SWC Compiler', () => {
});

expect(compiler['runSwc']).toHaveBeenCalledWith(
{},
'swcOptionsTest',
fixture.extras,
'swcrcPathTest',
Expand Down

0 comments on commit 7c6972b

Please sign in to comment.