Merge branch 'master' into feat/automation-step-naming-updates
This commit is contained in:
commit
a68552f038
Binary file not shown.
Binary file not shown.
|
@ -1 +1 @@
|
|||
Subproject commit 048c37ecd921340614bf61a76a774aaa46176569
|
||||
Subproject commit 7899d07904d89d48954dd500da7b5dec32b781dd
|
|
@ -3,6 +3,7 @@ export * as processors from "./processors"
|
|||
export * as analytics from "./analytics"
|
||||
export { default as identification } from "./identification"
|
||||
export * as backfillCache from "./backfill"
|
||||
export { publishEvent } from "./events"
|
||||
|
||||
import { processors } from "./processors"
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ import { it, expect, describe, vi } from "vitest"
|
|||
import AISettings from "./index.svelte"
|
||||
import { render } from "@testing-library/svelte"
|
||||
import { admin, licensing } from "stores/portal"
|
||||
import { notifications } from "@budibase/bbui"
|
||||
|
||||
vi.spyOn(notifications, "error").mockImplementation(vi.fn)
|
||||
vi.spyOn(notifications, "success").mockImplementation(vi.fn)
|
||||
|
|
Loading…
Reference in New Issue