Browse Source

Linting for regex operation

n1073645 5 years ago
parent
commit
4814922e67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/operations/tests/ToFromInsensitiveRegex.mjs

+ 1 - 1
tests/operations/tests/ToFromInsensitiveRegex.mjs

@@ -184,5 +184,5 @@ TestRegister.addTests([
                 args: [],
             },
         ],
-    },
+    }
 ]);