diff --git a/.run/Mocha Unit Tests.run.xml b/.run/Mocha Unit Tests.run.xml
new file mode 100644
index 0000000..222d338
--- /dev/null
+++ b/.run/Mocha Unit Tests.run.xml
@@ -0,0 +1,14 @@
+
+
+ project
+
+ $PROJECT_DIR$/node_modules/mocha
+ $PROJECT_DIR$
+ true
+ bdd
+ --watch --require @babel/register
+ PATTERN
+ test/**/*.spec.js
+
+
+
\ No newline at end of file
diff --git a/.run/compile.run.xml b/.run/compile.run.xml
new file mode 100644
index 0000000..2877526
--- /dev/null
+++ b/.run/compile.run.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/test/api_helpers.js b/test/api_helpers.js
index ad7c818..eee466e 100644
--- a/test/api_helpers.js
+++ b/test/api_helpers.js
@@ -71,7 +71,7 @@ export const checkLMSGetValue = (
initializeFirst = false,
initializationValue = '',
expectedError = 0,
- errorThrown = true,
+ errorThrown = false,
}) => {
describe(`Field: ${fieldName}`, () => {
const status = expectedError > 0 ? 'fail to' : 'successfully';