Built distribution

This commit is contained in:
Steve Gravrock
2026-03-12 07:23:19 -07:00
parent 434575f49d
commit 6c61b11a6e
4 changed files with 138 additions and 136 deletions

View File

@@ -38,8 +38,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* Require Jasmine's core files. Specifically, this requires and attaches all of Jasmine's code to the `jasmine` reference.
*/
const jasmine = jasmineRequire.core(jasmineRequire),
global = jasmine.getGlobal();
const jasmine = jasmineRequire.core(jasmineRequire);
const global = jasmine.getGlobal();
global.jasmine = jasmine;
/**