Skip to content

Commit 7c6972b

Browse files
committed
test: Update test refs
1 parent 9849015 commit 7c6972b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/lib/compiler/swc/swc-compiler.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ describe('SWC Compiler', () => {
161161
});
162162

163163
expect(compiler['runSwc']).toHaveBeenCalledWith(
164+
{},
164165
'swcOptionsTest',
165166
fixture.extras,
166167
'swcrcPathTest',
@@ -172,6 +173,7 @@ describe('SWC Compiler', () => {
172173
});
173174

174175
expect(compiler['runSwc']).toHaveBeenCalledWith(
176+
{},
175177
'swcOptionsTest',
176178
fixture.extras,
177179
'swcrcPathTest',

0 commit comments

Comments
 (0)