testilo 38.0.0 → 38.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/script.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "38.0.0",
3
+ "version": "38.0.1",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
package/script.js CHANGED
@@ -37,7 +37,7 @@ const {isToolID, toolIDs} = require('./procs/util');
37
37
  // ########## FUNCTIONS
38
38
 
39
39
  // Returns whether a device ID is recognized by Playwright.
40
- const isDeviceID = deviceID => deviceID === 'default' || !! devices[deviceID];
40
+ const isDeviceID = exports.isDeviceID = deviceID => deviceID === 'default' || !! devices[deviceID];
41
41
  // Returns options for a new browser context (window).
42
42
  const getWindowOptions = deviceID => {
43
43
  // If the argument is valid: