@budibase/server 2.4.44-alpha.11 → 2.4.44-alpha.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/server",
3
3
  "email": "hi@budibase.com",
4
- "version": "2.4.44-alpha.11",
4
+ "version": "2.4.44-alpha.13",
5
5
  "description": "Budibase Web Server",
6
6
  "main": "src/index.ts",
7
7
  "repository": {
@@ -45,12 +45,12 @@
45
45
  "license": "GPL-3.0",
46
46
  "dependencies": {
47
47
  "@apidevtools/swagger-parser": "10.0.3",
48
- "@budibase/backend-core": "2.4.44-alpha.11",
49
- "@budibase/client": "2.4.44-alpha.11",
50
- "@budibase/pro": "2.4.44-alpha.10",
51
- "@budibase/shared-core": "2.4.44-alpha.11",
52
- "@budibase/string-templates": "2.4.44-alpha.11",
53
- "@budibase/types": "2.4.44-alpha.11",
48
+ "@budibase/backend-core": "2.4.44-alpha.13",
49
+ "@budibase/client": "2.4.44-alpha.13",
50
+ "@budibase/pro": "2.4.44-alpha.12",
51
+ "@budibase/shared-core": "2.4.44-alpha.13",
52
+ "@budibase/string-templates": "2.4.44-alpha.13",
53
+ "@budibase/types": "2.4.44-alpha.13",
54
54
  "@bull-board/api": "3.7.0",
55
55
  "@bull-board/koa": "3.9.4",
56
56
  "@elastic/elasticsearch": "7.10.0",
@@ -175,5 +175,5 @@
175
175
  "optionalDependencies": {
176
176
  "oracledb": "5.3.0"
177
177
  },
178
- "gitHead": "4648691c554058fff87d93c1c02cce7fc8263a38"
178
+ "gitHead": "8450b2ecd96fe84154f113b8b9c8dd27483c73f7"
179
179
  }
@@ -19,11 +19,14 @@ describe("/automations", () => {
19
19
 
20
20
  afterAll(setup.afterAll)
21
21
 
22
- // For some reason this cannot be a beforeAll or the test "tests the automation successfully" fail
23
- beforeEach(async () => {
22
+ beforeAll(async () => {
24
23
  await config.init()
25
24
  })
26
25
 
26
+ beforeEach(() => {
27
+ events.automation.deleted.mockClear()
28
+ })
29
+
27
30
  describe("get definitions", () => {
28
31
  it("returns a list of definitions for actions", async () => {
29
32
  const res = await request