UNPKG

@platform/test

Version:

Configuration module containing test related modules.

6 lines (5 loc) 240 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.expect = void 0; var chai_1 = require("chai"); Object.defineProperty(exports, "expect", { enumerable: true, get: function () { return chai_1.expect; } });