Skip to content

Commit 164eb56

Browse files
renovate[bot]mrstorkkodiakhq[bot]
authored
chore(deps): update dependency @vitest/eslint-plugin to v1.3.23 (#6701)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mateusz Bocian <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 4bf66cb commit 164eb56

File tree

2 files changed

+113
-19
lines changed

2 files changed

+113
-19
lines changed

package-lock.json

Lines changed: 112 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/functions-utils/tests/main.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ test('Should overwrite dist file if it already exists', async () => {
103103
test('Should allow "fail" option to customize failures', async () => {
104104
const fail = vi.fn() as any
105105
await add(undefined, undefined, { fail })
106-
expect(fail).toHaveBeenCalledOnce()
107-
expect(fail).toHaveBeenCalledWith('No function source directory was specified')
106+
expect(fail).toHaveBeenCalledExactlyOnceWith('No function source directory was specified')
108107
})
109108

110109
const normalizeFiles = function (

0 commit comments

Comments
 (0)