Skip to content

Commit aa19526

Browse files
fix unit tests
1 parent 4380342 commit aa19526

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/abapObject/src/contents.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { create, fromNode } from "./creator"
44
import { PACKAGEBASEPATH, AbapObject } from "./AbapObject"
55
import { isAbapClass } from "./objectTypes"
66
import { Agent } from "https"
7+
import { mock } from "jest-mock-extended" // forces loading jest
78

89
/** this will connect to a real server, and mostly rely on abapgit as sample data
910
* tests might brek with future versions of abapgit

0 commit comments

Comments
 (0)