@angular-eslint/test-utils 18.1.1-alpha.1 → 18.1.1-alpha.3

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.
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.convertAnnotatedSourceToFailureCase = exports.SPECIAL_UNDERLINE_CHARS = void 0;
3
+ exports.SPECIAL_UNDERLINE_CHARS = void 0;
4
+ exports.convertAnnotatedSourceToFailureCase = convertAnnotatedSourceToFailureCase;
4
5
  /**
5
6
  * When leveraging the convertAnnotatedSourceToFailureCase() utility, the
6
7
  * following characters are eligible to be used in the source code of expected
@@ -62,7 +63,6 @@ function convertAnnotatedSourceToFailureCase(errorOptions) {
62
63
  : null,
63
64
  };
64
65
  }
65
- exports.convertAnnotatedSourceToFailureCase = convertAnnotatedSourceToFailureCase;
66
66
  function escapeRegexp(value) {
67
67
  return value.replace(/[-/\\^$*+?.()|[\]{}]/g, '\\$&');
68
68
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-eslint/test-utils",
3
- "version": "18.1.1-alpha.1",
3
+ "version": "18.1.1-alpha.3",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",