Skip to content

Commit 41ec102

Browse files
committed
Fix wrong test
1 parent 338b183 commit 41ec102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webpack-plugin/src/__tests__/plugin.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ describe('devupUIPlugin', () => {
143143
add,
144144
},
145145
})
146-
expect(add).toHaveBeenCalledWith('custom-devup.json')
146+
expect(add).toHaveBeenCalledWith(resolve('custom-devup.json'))
147147

148148
// watchRun
149149
const callback = vi.fn()

0 commit comments

Comments
 (0)