testaro 2.1.3 → 2.1.4
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.
- package/package.json +1 -1
- package/tests/radioSet.js +1 -1
package/package.json
CHANGED
package/tests/radioSet.js
CHANGED
|
@@ -12,7 +12,7 @@ exports.reporter = async (page, withItems) => {
|
|
|
12
12
|
// If itemization is required:
|
|
13
13
|
if (withItems) {
|
|
14
14
|
// Add the body of the textOf function as a string to the array.
|
|
15
|
-
const textOfBody = await fs.readFile(`${__dirname}
|
|
15
|
+
const textOfBody = await fs.readFile(`${__dirname}/../procs/test/textOf.txt`, 'utf8');
|
|
16
16
|
args.push(textOfBody);
|
|
17
17
|
}
|
|
18
18
|
// Get the result data.
|