소스 검색

Registers tests for 'To/From Case Insensitive Regex' operations

Spencer Walden 6 년 전
부모
커밋
126ad585c0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      test/index.mjs

+ 1 - 0
test/index.mjs

@@ -82,6 +82,7 @@ import "./tests/operations/TranslateDateTimeFormat";
 import "./tests/operations/Magic";
 import "./tests/operations/ParseTLV";
 import "./tests/operations/Media";
+import "./tests/operations/ToFromInsensitiveRegex";
 
 let allTestsPassing = true;
 const testStatusCounts = {