Types
This commit is contained in:
parent
029ac07fa2
commit
03122b464f
|
@ -98,7 +98,7 @@ describe("Test that the object processing works correctly", () => {
|
||||||
it("should be able to handle null objects", async () => {
|
it("should be able to handle null objects", async () => {
|
||||||
let error = null
|
let error = null
|
||||||
try {
|
try {
|
||||||
await processObject(null, null)
|
await processObject(null as any, null as any)
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
error = err
|
error = err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue