UNPKG

@sap_oss/wdio-qmate-service

Version:

[![REUSE status](https://api.reuse.software/badge/github.com/SAP/wdio-qmate-service)](https://api.reuse.software/info/github.com/SAP/wdio-qmate-service)[![Node.js CI](https://github.com/SAP/wdio-qmate-service/actions/workflows/node.js.yml/badge.svg)](http

11 lines (9 loc) 330 B
"use strict"; describe("assertion - expectDefined", function () { it("Execution & Verification", function () { common.assertion.expectDefined(0); common.assertion.expectDefined(null); common.assertion.expectDefined(false); expect(() => common.assertion.expectDefined(undefined)).toThrow(/undefined/); }); });