testilo 2.0.3 → 2.1.0

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -6,9 +6,9 @@
6
6
  // ########## IMPORTS
7
7
 
8
8
  // Module to perform tests.
9
+ require('dotenv').config();
9
10
  const {handleRequest} = require('testaro');
10
11
  const fs = require('fs').promises;
11
- require('dotenv').config();
12
12
 
13
13
  // ########## FUNCTIONS
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "2.0.3",
3
+ "version": "2.1.0",
4
4
  "description": "Client that runs Testaro tests to fulfill Aorta jobs",
5
5
  "main": "index.js",
6
6
  "scripts": {