Sfoglia il codice sorgente

Linting for regex operation

n1073645 5 anni fa
parent
commit
4814922e67
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tests/operations/tests/ToFromInsensitiveRegex.mjs

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

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