@lvce-editor/test-worker 7.3.0 → 7.4.0

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.
@@ -2064,7 +2064,7 @@ const shouldHaveDiagnostics = async expectedDiagnostics => {
2064
2064
  if (!areDiagnosticsEqual(diagnostics, expectedDiagnostics)) {
2065
2065
  const stringifiedActual = JSON.stringify(diagnostics);
2066
2066
  const stringifiedExpected = JSON.stringify(expectedDiagnostics);
2067
- throw new Error(`Expected editor to have diagnostics ${stringifiedActual} but was ${stringifiedExpected}`);
2067
+ throw new Error(`Expected editor to have diagnostics ${stringifiedExpected} but was ${stringifiedActual}`);
2068
2068
  }
2069
2069
  };
2070
2070
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/test-worker",
3
- "version": "7.3.0",
3
+ "version": "7.4.0",
4
4
  "description": "Test Worker",
5
5
  "repository": {
6
6
  "type": "git",