Bump loader-utils from 1.4.0 to 1.4.1 in /tests/packaging (#590)
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Родитель
087a1c6b46
Коммит
86828df7ea
|
@ -2270,7 +2270,7 @@ describe("PhraseList tests", () => {
|
||||||
expect(res.errorDetails).toBeUndefined();
|
expect(res.errorDetails).toBeUndefined();
|
||||||
expect(res.reason).toEqual(sdk.ResultReason.RecognizedSpeech);
|
expect(res.reason).toEqual(sdk.ResultReason.RecognizedSpeech);
|
||||||
expect(res).not.toBeUndefined();
|
expect(res).not.toBeUndefined();
|
||||||
expect(res.text).toEqual("Recognize speech.");
|
expect(res.text.replace(/[^\w\s\']|_/g, "")).toEqual("Recognize speech");
|
||||||
done();
|
done();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
done(error);
|
done(error);
|
||||||
|
@ -2307,7 +2307,7 @@ describe("PhraseList tests", () => {
|
||||||
expect(res.errorDetails).toBeUndefined();
|
expect(res.errorDetails).toBeUndefined();
|
||||||
expect(res.reason).toEqual(sdk.ResultReason.RecognizedSpeech);
|
expect(res.reason).toEqual(sdk.ResultReason.RecognizedSpeech);
|
||||||
expect(res).not.toBeUndefined();
|
expect(res).not.toBeUndefined();
|
||||||
expect(res.text).toEqual("Recognize speech.");
|
expect(res.text.replace(/[^\w\s\']|_/g, "")).toEqual("Recognize speech");
|
||||||
done();
|
done();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
done(error);
|
done(error);
|
||||||
|
@ -2426,7 +2426,7 @@ describe("PhraseList tests", () => {
|
||||||
if (phraseAdded) {
|
if (phraseAdded) {
|
||||||
expect(res.text).toContain("Wreck a nice beach.");
|
expect(res.text).toContain("Wreck a nice beach.");
|
||||||
} else {
|
} else {
|
||||||
expect(res.text).toEqual("Recognize speech.");
|
expect(res.text.replace(/[^\w\s\']|_/g, "")).toEqual("Recognize speech");
|
||||||
}
|
}
|
||||||
gotReco = true;
|
gotReco = true;
|
||||||
recoCount++;
|
recoCount++;
|
||||||
|
|
|
@ -2509,9 +2509,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"loader-utils": {
|
"loader-utils": {
|
||||||
"version": "1.4.0",
|
"version": "1.4.1",
|
||||||
"resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.1.tgz",
|
||||||
"integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==",
|
"integrity": "sha512-1Qo97Y2oKaU+Ro2xnDMR26g1BwMT29jNbem1EvcujW2jqt+j5COXyscjM7bLQkM9HaxI7pkWeW7gnI072yMI9Q==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"big.js": "^5.2.2",
|
"big.js": "^5.2.2",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче