Re-add version() to Node module exports
This commit is contained in:
@@ -29,6 +29,7 @@ const fs = require('fs');
|
||||
const {
|
||||
globals,
|
||||
installGlobals,
|
||||
version,
|
||||
private$
|
||||
} = require('./jasmine-core/jasmine.js');
|
||||
|
||||
@@ -75,6 +76,11 @@ module.exports = {
|
||||
* @param {object} [dest] - The object to copy globals to.
|
||||
*/
|
||||
installGlobals,
|
||||
/**
|
||||
* Returns the jasmine-core version.
|
||||
* @function
|
||||
*/
|
||||
version,
|
||||
/**
|
||||
* Resets all of jasmine-core's state, including removing specs, suites, and
|
||||
* reporters, and resetting configuration to the default.
|
||||
|
||||
Reference in New Issue
Block a user